Skip to content

Commit

Permalink
publish to crates (#106)
Browse files Browse the repository at this point in the history
Dzejkop authored Jan 27, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 81f45f4 commit 2dd8269
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -18,15 +18,15 @@ categories = ["cryptography"]

[workspace.dependencies]
# Internal
semaphore-rs-ark-zkey = { path = "crates/ark-zkey" }
semaphore-rs-poseidon = { path = "crates/poseidon" }
semaphore-rs-hasher = { path = "crates/hasher" }
semaphore-rs-keccak = { path = "crates/keccak" }
semaphore-rs-trees = { path = "crates/trees" }
semaphore-rs-storage = { path = "crates/storage" }
semaphore-rs-depth-config = { path = "crates/semaphore-depth-config" }
semaphore-rs-depth-macros = { path = "crates/semaphore-depth-macros" }
semaphore-rs-witness = { path = "crates/circom-witness-rs" }
semaphore-rs-ark-zkey = { version = "0.1.0", path = "crates/ark-zkey" }
semaphore-rs-poseidon = { version = "0.1.0", path = "crates/poseidon" }
semaphore-rs-hasher = { version = "0.1.0", path = "crates/hasher" }
semaphore-rs-keccak = { version = "0.1.0", path = "crates/keccak" }
semaphore-rs-trees = { version = "0.1.0", path = "crates/trees" }
semaphore-rs-storage = { version = "0.1.0", path = "crates/storage" }
semaphore-rs-depth-config = { version = "0.1.0", path = "crates/semaphore-depth-config" }
semaphore-rs-depth-macros = { version = "0.1.0", path = "crates/semaphore-depth-macros" }
semaphore-rs-witness = { version = "0.1.0", path = "crates/circom-witness-rs" }

# 3rd Party
alloy-core = { version = "0.8.12", default-features = false, features = ["sol-types"] }
2 changes: 1 addition & 1 deletion crates/keccak/Cargo.toml
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ categories.workspace = true

[dependencies]
semaphore-rs-hasher.workspace = true
tiny-keccak.workspace = true
tiny-keccak = { workspace = true, features = ["keccak"] }

[features]
default = ["sha3"]

0 comments on commit 2dd8269

Please sign in to comment.