diff --git a/Cargo.toml b/Cargo.toml index 9e1a82a..9fec690 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,5 +6,5 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -# periodic_table = { version = "0.5.0", path = "./pstable/", git = "http://server1/fabolous005/pstable.git" } -periodic_table = { path = "./pstable/" } +periodic_table = { git = "http://server1/fabolous005/pstable.git" } +# periodic_table = { path = "./pstable/" }