Update deps to use git
This commit is contained in:
parent
6759a80b26
commit
5ca1b5b6be
|
|
@ -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" }
|
||||
|
|
|
|||
Loading…
Reference in a new issue