Skip to content

Commit

Permalink
change crate name from _ to -
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwicky committed Oct 25, 2023
1 parent 2a3a9e3 commit 0d6e140
Show file tree
Hide file tree
Showing 10 changed files with 35 additions and 35 deletions.
52 changes: 26 additions & 26 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion common/bandwidth-controller/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ thiserror = "1.0"
url = { workspace = true }

nym-coconut-interface = { path = "../coconut-interface" }
nym_compact_ecash = { path = "../nym_offline_compact_ecash" }
nym-compact-ecash = { path = "../nym_offline_compact_ecash" }
nym-credential-storage = { path = "../credential-storage" }
nym-credentials = { path = "../credentials" }
nym-crypto = { path = "../crypto", features = ["rand", "asymmetric", "symmetric", "aes", "hashing"] }
Expand Down
2 changes: 1 addition & 1 deletion common/client-libs/gateway-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ tokio = { version = "1.24.1", features = ["macros"] }
# internal
nym-bandwidth-controller = { path = "../../bandwidth-controller" }
nym-coconut-interface = { path = "../../coconut-interface" }
nym_compact_ecash = { path = "../../nym_offline_compact_ecash" }
nym-compact-ecash = { path = "../../nym_offline_compact_ecash" }
nym-credential-storage = { path = "../../credential-storage" }
nym-crypto = { path = "../../crypto" }
nym-gateway-requests = { path = "../../../gateway/gateway-requests" }
Expand Down
2 changes: 1 addition & 1 deletion common/client-libs/validator-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ futures = { workspace = true }
openssl = { version = "^0.10.55", features = ["vendored"], optional = true }

nym-coconut-interface = { path = "../../coconut-interface" }
nym_compact_ecash = { path = "../../nym_offline_compact_ecash" }
nym-compact-ecash = { path = "../../nym_offline_compact_ecash" }
nym-network-defaults = { path = "../../network-defaults" }
nym-api-requests = { path = "../../../nym-api/nym-api-requests" }

Expand Down
2 changes: 1 addition & 1 deletion common/credentials/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ log = { workspace = true }

# I guess temporarily until we get serde support in coconut up and running
nym-coconut-interface = { path = "../coconut-interface" }
nym_compact_ecash = { path = "../nym_offline_compact_ecash" }
nym-compact-ecash = { path = "../nym_offline_compact_ecash" }
nym-crypto = { path = "../crypto", features = ["rand", "asymmetric", "symmetric", "hashing"] }
nym-api-requests = { path = "../../nym-api/nym-api-requests" }
nym-validator-client = { path = "../client-libs/validator-client", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion common/nym_offline_compact_ecash/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "nym_compact_ecash"
name = "nym-compact-ecash"
version = "0.1.0"
authors = ["Ania Piotrowska <[email protected]>"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion gateway/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ zeroize = { workspace = true }
nym-api-requests = { path = "../nym-api/nym-api-requests" }
nym-bin-common = { path = "../common/bin-common", features = ["output_format"] }
nym-coconut-interface = { path = "../common/coconut-interface" }
nym_compact_ecash = { path = "../common/nym_offline_compact_ecash" }
nym-compact-ecash = { path = "../common/nym_offline_compact_ecash" }
nym-config = { path = "../common/config" }
nym-credentials = { path = "../common/credentials" }
nym-crypto = { path = "../common/crypto" }
Expand Down
2 changes: 1 addition & 1 deletion gateway/gateway-requests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ nym-pemstore = { path = "../../common/pemstore" }
nym-sphinx = { path = "../../common/nymsphinx" }

nym-coconut-interface = { path = "../../common/coconut-interface" }
nym_compact_ecash = {path = "../../common/nym_offline_compact_ecash" }
nym-compact-ecash = {path = "../../common/nym_offline_compact_ecash" }
nym-credentials = { path = "../../common/credentials" }

[dependencies.tungstenite]
Expand Down
2 changes: 1 addition & 1 deletion nym-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ nym-bandwidth-controller = { path = "../common/bandwidth-controller" }
nym-coconut-bandwidth-contract-common = { path = "../common/cosmwasm-smart-contracts/coconut-bandwidth-contract" }
nym-coconut-dkg-common = { path = "../common/cosmwasm-smart-contracts/coconut-dkg" }
nym-coconut-interface = { path = "../common/coconut-interface" }
nym_compact_ecash = { path = "../common/nym_offline_compact_ecash" }
nym-compact-ecash = { path = "../common/nym_offline_compact_ecash" }
nym-ephemera-common = { path = "../common/cosmwasm-smart-contracts/ephemera" }
nym-config = { path = "../common/config" }
cosmwasm-std = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion nym-api/nym-api-requests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ serde = { version = "1.0", features = ["derive"] }
ts-rs = { workspace = true, optional = true }

nym-coconut-interface = { path = "../../common/coconut-interface" }
nym_compact_ecash = { path = "../../common/nym_offline_compact_ecash" }
nym-compact-ecash = { path = "../../common/nym_offline_compact_ecash" }
nym-mixnet-contract-common = { path= "../../common/cosmwasm-smart-contracts/mixnet-contract" }

[features]
Expand Down

0 comments on commit 0d6e140

Please sign in to comment.