Skip to content

Commit

Permalink
Remove unused dependencies
Browse files Browse the repository at this point in the history
Clean up dependency declarations after moving the demo code.
  • Loading branch information
rillian committed Aug 13, 2024
1 parent 6d2f74e commit ff5b3d4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
8 changes: 0 additions & 8 deletions demo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ boomerang-macros = { path="../macros"}
t256 = { path = "../t256" }
rand = { version = "0.8.5" }
rand_core = { version = "0.6.4" }
merlin = { version = "3.0.0" }
ark-ff-macros = { version = "0.4.2", default-features = false }
sha2 = "0.10.8"
axum = "0.7" # or the latest version
axum-server = { version = "0.6", features = ["tls-rustls"] }
tokio = { version = "1", features = ["full"] }
Expand All @@ -30,9 +28,3 @@ reqwest = { version = "0.12", features = ["rustls-tls", "json"] }
serde = { version = "1", features = ["derive"] }
bincode = "1.3"
lazy_static = "1.4.0"

[dev-dependencies]
ark-relations = { version = "0.4.0", default-features = false }
ark-secp256r1 = {default-features = false, git = "https://github.com/arkworks-rs/curves" }
criterion = "0.5.1"
sha2 = "0.10.8"
10 changes: 0 additions & 10 deletions t256/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,6 @@ rand = { version = "0.8.5" }
rand_core = { version = "0.6.4" }
merlin = { version = "3.0.0" }
ark-ff-macros = { version = "0.4.2", default-features = false }
sha2 = "0.10.8"
axum = "0.7" # or the latest version
axum-server = { version = "0.6", features = ["tls-rustls"] }
tokio = { version = "1", features = ["full"] }
tracing = "0.1" # Ensure you have tracing
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
reqwest = { version = "0.12", features = ["rustls-tls", "json"] }
serde = { version = "1", features = ["derive"] }
bincode = "1.3"
lazy_static = "1.4.0"

[dev-dependencies]
ark-relations = { version = "0.4.0", default-features = false }
Expand Down

0 comments on commit ff5b3d4

Please sign in to comment.