From 230add6ca90c4110fc3038592390307048636a25 Mon Sep 17 00:00:00 2001 From: fabolous005 Date: Wed, 22 Nov 2023 22:55:55 +0100 Subject: [PATCH] make cargo use submodule --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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/" }