Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
QuentinI committed Oct 31, 2024
1 parent efdf2cc commit 7f3e7c0
Show file tree
Hide file tree
Showing 20 changed files with 1,018 additions and 2,477 deletions.
52 changes: 48 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ bincode = "1.3"
clap = "4.5"
chrono = { version = "0.4", features = ["serde"] }
committable = "0.2"
derivative = "2.2"
concurrent-map = "5.0"
derive_more = "1.0"
either = "1.13"
futures = "0.3"
hex = "0.4.3"
Expand All @@ -40,6 +41,7 @@ tide-disco = "0.9"
tokio = "1"
toml = "0.8"
tracing = "0.1"
typenum = "1.17"
url = "2.3"
vbs = "0.1"
vec1 = "1.12"
Expand Down
1 change: 0 additions & 1 deletion crates/legacy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ async-trait = { workspace = true }
bincode = { workspace = true }
clap = { workspace = true, features = ["derive", "env"] }
committable = { workspace = true }
derivative = { workspace = true }
futures = { workspace = true }
hex = { workspace = true }
hotshot = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/marketplace/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ async-std = { workspace = true, features = ["unstable", "attributes"] }
async-trait = { workspace = true }
clap = { workspace = true, features = ["derive", "env"] }
committable = { workspace = true }
derivative = { workspace = true }
derive_more = { workspace = true, features = ["deref", "deref_mut"] }
either = { workspace = true }
futures = { workspace = true }
hex = { workspace = true }
Expand Down
Loading

0 comments on commit 7f3e7c0

Please sign in to comment.