Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion crates/aggregator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version.workspace = true
edition.workspace = true
license.workspace = true
description = "E3 - Interfold Ciphernode Aggregators"
repository = "https://github.com/theinterfold/interfold/crates/aggregator"
repository.workspace = true

[dependencies]
alloy = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/bfv-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version.workspace = true
edition.workspace = true
license.workspace = true
description = "E3 - BFV client helpers"
repository = "https://github.com/theinterfold/interfold/crates/bfv-client"
repository.workspace = true

[dependencies]
anyhow.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/ciphernode-builder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version.workspace = true
edition.workspace = true
license.workspace = true
description = "E3 - Ciphernode Builder"
repository = "https://github.com/theinterfold/interfold/crates/ciphernode-builder"
repository.workspace = true

[features]
test-only-skip-proof-aggregation = []
Expand Down
2 changes: 1 addition & 1 deletion crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version.workspace = true
edition.workspace = true
license.workspace = true
description = "E3 - Interfold CLI"
repository = "https://github.com/theinterfold/interfold/crates/cli"
repository.workspace = true
build = "build.rs"

[features]
Expand Down
2 changes: 1 addition & 1 deletion crates/committee-hash/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version.workspace = true
edition.workspace = true
license.workspace = true
description = "Canonical EVM domain hashes for DKG / decryption aggregator proofs"
repository = "https://github.com/theinterfold/interfold/crates/committee-hash"
repository.workspace = true

[dependencies]
alloy = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/compute-provider/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version.workspace = true
edition.workspace = true
license.workspace = true
description = "E3 - Interfold Copmute Provider"
repository = "https://github.com/theinterfold/interfold/crates/compute-provider"
repository.workspace = true

[dependencies]
serde = { workspace = true, features = ["derive", "std"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version.workspace = true
edition.workspace = true
license.workspace = true
description = "E3 - Interfold Ciphernode Configuration"
repository = "https://github.com/theinterfold/interfold/crates/config"
repository.workspace = true

[dependencies]
alloy-primitives = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/crypto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version.workspace = true
edition.workspace = true
license.workspace = true
description = "E3 - Interfold Ciphernode Cryptography Library"
repository = "https://github.com/theinterfold/interfold/crates/cryptography"
repository.workspace = true

[dependencies]
aes-gcm = { workspace = true }
Expand Down
1 change: 1 addition & 0 deletions crates/dashboard/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ version.workspace = true
edition.workspace = true
license.workspace = true
description = "Lightweight node monitoring dashboard for Interfold ciphernodes"
repository.workspace = true

[dependencies]
actix-web.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/data/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version.workspace = true
edition.workspace = true
license.workspace = true
description = "E3 - Ciphernode Data persistence"
repository = "https://github.com/theinterfold/interfold/crates/data"
repository.workspace = true

[dependencies]
actix = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/entrypoint/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version.workspace = true
edition.workspace = true
license.workspace = true
description = "E3 - CLI Entrypoints"
repository = "https://github.com/theinterfold/interfold/crates/entrypoint"
repository.workspace = true

[features]
test-only-skip-proof-aggregation = [
Expand Down
2 changes: 1 addition & 1 deletion crates/events/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version.workspace = true
edition.workspace = true
license.workspace = true
description = "Event management for E3 Ciphernodes"
repository = "https://github.com/theinterfold/interfold/crates/events"
repository.workspace = true

[dependencies]
actix = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/evm-helpers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version.workspace = true
edition.workspace = true
license.workspace = true
description = "E3 - Interfold EVM Helpers"
repository = "https://github.com/theinterfold/interfold/crates/evm-helpers"
repository.workspace = true

[dependencies]
alloy.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/evm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version.workspace = true
edition.workspace = true
license.workspace = true
description = "E3 - Interfold Ciphernode EVM Connectors"
repository = "https://github.com/theinterfold/interfold/crates/evm"
repository.workspace = true
publish = false

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/fhe-params/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version.workspace = true
edition.workspace = true
license.workspace = true
description = "E3 - Interfold FHE Params"
repository = "https://github.com/theinterfold/interfold/crates/fhe-params"
repository.workspace = true

[dependencies]
fhe = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/fhe/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version.workspace = true
edition.workspace = true
license.workspace = true
description = "E3 - Interfold Ciphernode FHE Actors"
repository = "https://github.com/theinterfold/interfold/crates/fhe"
repository.workspace = true

[dependencies]
actix = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/hamt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version.workspace = true
edition.workspace = true
license.workspace = true
description = "E3 - A serializable HAMT implementation"
repository = "https://github.com/theinterfold/interfold/crates/hamt"
repository.workspace = true

[dependencies]
serde.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/indexer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version.workspace = true
edition.workspace = true
license.workspace = true
description = "E3 - A indexer for Interfold"
repository = "https://github.com/theinterfold/interfold/crates/indexer"
repository.workspace = true

[dependencies]
alloy.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/init/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version.workspace = true
edition.workspace = true
license.workspace = true
description = "E3 - Interfold Init Function"
repository = "https://github.com/theinterfold/interfold/crates/init"
repository.workspace = true

[dependencies]
anyhow.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/interfoldup/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version.workspace = true
edition.workspace = true
license.workspace = true
description = "Installer for the Interfold CLI tool"
repository = "https://github.com/theinterfold/interfold"
repository.workspace = true

[[bin]]
name = "interfoldup"
Expand Down
2 changes: 1 addition & 1 deletion crates/keyshare/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version.workspace = true
edition.workspace = true
license.workspace = true
description = "E3 - Interfold Ciphernode Keyshare Actors"
repository = "https://github.com/theinterfold/interfold/crates/keyshare"
repository.workspace = true

[dependencies]
actix = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/logger/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version.workspace = true
edition.workspace = true
license.workspace = true
description = "E3 - Interfold Ciphernode Logger"
repository = "https://github.com/theinterfold/interfold/crates/logger"
repository.workspace = true

[dependencies]
e3-events = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/net/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version.workspace = true
edition.workspace = true
license.workspace = true
description = "E3 - Interfold Ciphernode Networking Components"
repository = "https://github.com/theinterfold/interfold/crates/net"
repository.workspace = true

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 1 addition & 1 deletion crates/parity-matrix/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version.workspace = true
edition.workspace = true
license.workspace = true
description = "Parity Matrix for the linear subspace of Z_q^{n+1}"
repository = "https://github.com/theinterfold/interfold/crates/parity-matrix"
repository.workspace = true

[dependencies]
num-bigint = { workspace = true, features = ["serde"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/polynomial/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version.workspace = true
edition.workspace = true
license.workspace = true
description = "A polynomial library with big integer coefficients for cryptographic operations"
repository = "https://github.com/theinterfold/interfold/crates/polynomial"
repository.workspace = true

[dependencies]
num-bigint = { workspace = true, features = ["rand", "serde"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/program-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version.workspace = true
edition.workspace = true
license.workspace = true
description = "E3 - Interfold Program Server"
repository = "https://github.com/theinterfold/interfold/crates/program-server"
repository.workspace = true

[dependencies]
actix-web.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/request/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version.workspace = true
edition.workspace = true
license.workspace = true
description = "E3 - Interfold Ciphernode E3Request Handling Components"
repository = "https://github.com/theinterfold/interfold/crates/request"
repository.workspace = true

[dependencies]
actix = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/safe/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version.workspace = true
edition.workspace = true
license.workspace = true
description = "E3 - Interfold SAFE"
repository = "https://github.com/theinterfold/interfold/crates/safe"
repository.workspace = true

[dependencies]
sha3 = "0.10.8"
Expand Down
2 changes: 1 addition & 1 deletion crates/sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version.workspace = true
edition.workspace = true
license.workspace = true
description = "E3 - Interfold SDK"
repository = "https://github.com/theinterfold/interfold/crates/sdk"
repository.workspace = true

[dependencies]
e3-evm-helpers = { workspace = true, optional = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/slashing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version.workspace = true
edition.workspace = true
license.workspace = true
description = "E3 fault attribution, accusation quorum, and commitment consistency"
repository = "https://github.com/theinterfold/interfold/crates/slashing"
repository.workspace = true

[dependencies]
actix = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/sortition/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version.workspace = true
edition.workspace = true
license.workspace = true
description = "E3 - Interfold Ciphernode Sortition Components"
repository = "https://github.com/theinterfold/interfold/crates/sortition"
repository.workspace = true

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 1 addition & 1 deletion crates/sync/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version.workspace = true
edition.workspace = true
license.workspace = true
description.workspace = true
repository = "https://github.com/theinterfold/interfold/crates/sync"
repository.workspace = true

[dependencies]
actix.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/test-helpers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version.workspace = true
edition.workspace = true
license.workspace = true
description = "E3 - Interfold Ciphernode Test Helpers"
repository = "https://github.com/theinterfold/interfold/crates/test-helpers"
repository.workspace = true

[dependencies]
actix = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version.workspace = true
edition.workspace = true
license.workspace = true
description = "E3 - Interfold Ciphernode Tests"
repository = "https://github.com/theinterfold/interfold/crates/tests"
repository.workspace = true

[dependencies]
actix = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/zk-helpers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version.workspace = true
edition.workspace = true
license.workspace = true
description = "ZK circuit helpers"
repository = "https://github.com/theinterfold/interfold/crates/zk-helpers"
repository.workspace = true

[dependencies]
anyhow = { workspace = true }
Expand Down
Loading