Compare commits

..

No commits in common. "main" and "master" have entirely different histories.
main ... master

2 changed files with 2 additions and 4 deletions

2
Cargo.lock generated
View file

@ -13,9 +13,7 @@ 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 = { git = "https://git.soup.land/soup/stilts.git" }
e = { git = "https://git.soup.land/soup/e.git" }
stilts = { path = "../stilts/" }
e = { path = "../e" }