Finish theseus

This commit is contained in:
Jai A
2024-07-03 16:03:41 -07:00
parent b52467b6d6
commit 22779c9dbc
194 changed files with 7216 additions and 3565 deletions

View File

@@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
theseus = { path = "../theseus", features = ["cli"] }
theseus = { path = "../../libs/theseus", features = ["cli"] }
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }