diff --git a/Cargo.lock b/Cargo.lock index 1bcecda..c008d8f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -13,7 +13,9 @@ dependencies = [ [[package]] name = "e" version = "1.0.0" +source = "git+https://git.soup.land/soup/e.git#794ca703d68115eb8198a272ec9eef51c6ec9d49" [[package]] name = "stilts" version = "0.1.0" +source = "git+https://git.soup.land/soup/stilts.git#3c4aeef1cc179135155fc4292dd7282c64a30ca2" diff --git a/Cargo.toml b/Cargo.toml index e405663..6c0002b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,5 +4,5 @@ version = "0.1.0" edition = "2021" [dependencies] -stilts = { path = "../stilts/" } -e = { path = "../e" } +stilts = { git = "https://git.soup.land/soup/stilts.git" } +e = { git = "https://git.soup.land/soup/e.git" }