make cargo use submodule
This commit is contained in:
parent
138603f82e
commit
230add6ca9
@ -6,5 +6,5 @@ edition = "2021"
|
|||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
# periodic_table = { version = "0.5.0", path = "./pstable/", git = "http://server1/fabolous005/pstable.git" }
|
periodic_table = { git = "http://server1/fabolous005/pstable.git" }
|
||||||
periodic_table = { path = "./pstable/" }
|
# periodic_table = { path = "./pstable/" }
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user