Edited Cargo.toml to play well with crates.io

This commit is contained in:
Thelie 2022-03-27 16:10:03 +02:00
parent f4ec249077
commit d491d441af

View file

@ -9,8 +9,8 @@ edition = "2021"
proc-macro = true
[dependencies]
sing_util = { path = "../sing_util" }
sing_parse = {path = "../sing_parse" }
sing_util = { version = "0.1", path = "../sing_util" }
sing_parse = { version = "0.1", path = "../sing_parse" }
proc-macro2 = "1.0"
ron = "0.7"
rand = "0.7"