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