make cargo use submodule

This commit is contained in:
fabolous005 2023-11-22 22:55:55 +01:00
parent 138603f82e
commit 230add6ca9

View File

@ -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/" }