Update deps to use git

This commit is contained in:
soup 2024-05-14 22:55:50 -04:00
parent 6759a80b26
commit cb4c607a4a
No known key found for this signature in database
2 changed files with 4 additions and 2 deletions

2
Cargo.lock generated
View file

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

View file

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