Skip to content

Commit

Permalink
add publish feature
Browse files Browse the repository at this point in the history
  • Loading branch information
DougAnderson444 committed Feb 13, 2024
1 parent 96668c5 commit 87e8425
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/delano-keys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ crate-type = ["cdylib", "lib"]
[dependencies]
blastkids = { workspace = true, optional = true }
bls12_381_plus = { workspace = true, features = ["alloc"], optional = true }
cid = "0.10.1"
cid = { version = "0.10.1", optional = true }
secrecy = "0.8.0"
serde = { version = "1.0.130", features = ["derive"], optional = true }
serde_json = "1.0"
getrandom = "0.2"

# serde default feature
[features]
default = ["serde"]
deterministic = ["blastkids", "bls12_381_plus", "serde"]
vk = ["blastkids", "bls12_381_plus", "serde"]
publish = ["cid"]

0 comments on commit 87e8425

Please sign in to comment.