Update deps to use git
This commit is contained in:
parent
6759a80b26
commit
5ca1b5b6be
|
|
@ -4,5 +4,5 @@ version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
stilts = { path = "../stilts/" }
|
stilts = { git = "https://git.soup.land/soup/stilts.git" }
|
||||||
e = { path = "../e" }
|
e = { git = "https://git.soup.land/soup/e.git" }
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue