1
0

Add daedalus

This commit is contained in:
Jai A
2024-10-19 15:14:30 -07:00
parent 595d5362f6
commit 9be9658ffb
5 changed files with 866 additions and 229 deletions

View File

@@ -7,7 +7,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
daedalus = { path = "../daedalus" }
daedalus = { path = "../../packages/daedalus" }
tokio = { version = "1", features = ["full"] }
futures = "0.3.25"
dotenvy = "0.15.6"