Skip to content

Commit

Permalink
Merge pull request #65 from dusk-network/renamed-moat-core-to-moat
Browse files Browse the repository at this point in the history
Renamed moat-core to moat
  • Loading branch information
miloszm authored Nov 30, 2023
2 parents b99c568 + f90ea7c commit 951b592
Show file tree
Hide file tree
Showing 60 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[workspace]
members = ["moat-cli/moat-cli-common", "moat-cli/moat-cli-user", "moat-cli/moat-cli-lp", "moat-cli/moat-cli-sp", "moat-core", "integration-tests", "moat-example"]
members = ["moat", "moat-cli/moat-cli-common", "moat-cli/moat-cli-user", "moat-cli/moat-cli-lp", "moat-cli/moat-cli-sp", "integration-tests", "moat-example"]
2 changes: 1 addition & 1 deletion integration-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
moat = { path = "../moat-core" }
moat = { path = "../moat" }

[dev-dependencies]
dusk-wallet = "0.20.1"
Expand Down
2 changes: 1 addition & 1 deletion moat-cli/moat-cli-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
moat = { path = "../../moat-core" }
moat = { path = "../../moat" }
dusk-plonk = { version = "0.16", default-features = false, features = ["rkyv-impl", "alloc"] }
dusk-wallet = "0.20.1"
clap = { version = "4.0", features = ["derive", "env"] }
Expand Down
2 changes: 1 addition & 1 deletion moat-cli/moat-cli-lp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
dusk-wallet = "0.20.1"
dusk-jubjub = { version = "0.13", default-features = false }
moat = { path = "../../moat-core" }
moat = { path = "../../moat" }
moat-cli-common = { path = "../moat-cli-common" }
dusk-pki = "0.13"
zk-citadel = "0.6.0"
Expand Down
2 changes: 1 addition & 1 deletion moat-cli/moat-cli-sp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"

[dependencies]
dusk-wallet = "0.20.1"
moat = { path = "../../moat-core" }
moat = { path = "../../moat" }
moat-cli-common = { path = "../moat-cli-common" }
zk-citadel = "0.6.0"
rkyv = { version = "=0.7.39" }
Expand Down
2 changes: 1 addition & 1 deletion moat-cli/moat-cli-user/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"

[dependencies]
dusk-wallet = "0.20.1"
moat = { path = "../../moat-core" }
moat = { path = "../../moat" }
moat-cli-common = { path = "../moat-cli-common" }
zk-citadel = "0.6.0"
dusk-plonk = { version = "0.16", default-features = false, features = ["rkyv-impl", "alloc"] }
Expand Down
2 changes: 1 addition & 1 deletion moat-example/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ edition = "2021"

[dependencies]
dusk-jubjub = { version = "0.13", default-features = false }
moat = { path = "../moat-core" }
moat = { path = "../moat" }
tokio = { version = "1.21", features = ["full"] }
rand = "0.8"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 951b592

Please sign in to comment.