forked from mimblewimble/grin-wallet
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
19 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "mwc_wallet" | ||
version = "5.3.3" | ||
authors = ["Mwc Developers <[email protected]>"] | ||
authors = ["Mwc Developers <[email protected]>"] | ||
description = "Simple, private and scalable cryptocurrency implementation based on the MimbleWimble chain format." | ||
license = "Apache-2.0" | ||
repository = "https://github.com/mwc-project/mwc-wallet" | ||
|
@@ -36,12 +36,12 @@ funty = "=1.1.0" | |
uuid = { version = "0.8", features = ["serde", "v4"] } | ||
shlex = "1.3.0" | ||
|
||
mwc_wallet_api = { path = "./api", version = "5.3.3" } | ||
mwc_wallet_impls = { path = "./impls", version = "5.3.3" } | ||
mwc_wallet_libwallet = { path = "./libwallet", version = "5.3.3" } | ||
mwc_wallet_controller = { path = "./controller", version = "5.3.3" } | ||
mwc_wallet_config = { path = "./config", version = "5.3.3" } | ||
mwc_wallet_util = { path = "./util", version = "5.3.3" } | ||
mwc_wallet_api = { path = "./api", version = "5.3.4" } | ||
mwc_wallet_impls = { path = "./impls", version = "5.3.4" } | ||
mwc_wallet_libwallet = { path = "./libwallet", version = "5.3.4" } | ||
mwc_wallet_controller = { path = "./controller", version = "5.3.4" } | ||
mwc_wallet_config = { path = "./config", version = "5.3.4" } | ||
mwc_wallet_util = { path = "./util", version = "5.3.4" } | ||
|
||
[build-dependencies] | ||
built = { version = "0.4", features = ["git2"]} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
[package] | ||
name = "mwc_wallet_api" | ||
version = "5.3.3" | ||
authors = ["Mwc Developers <[email protected]>"] | ||
authors = ["Mwc Developers <[email protected]>"] | ||
description = "Mwc Wallet API" | ||
license = "Apache-2.0" | ||
repository = "https://github.com/mimblewimble/mwc-wallet" | ||
repository = "https://github.com/mwcproject/mwc-wallet" | ||
keywords = [ "crypto", "mwc", "mimblewimble" ] | ||
exclude = ["**/*.mwc", "**/*.mwc2"] | ||
edition = "2018" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
[package] | ||
name = "mwc_wallet_config" | ||
version = "5.3.3" | ||
authors = ["Mwc Developers <[email protected]>"] | ||
authors = ["Mwc Developers <[email protected]>"] | ||
description = "Configuration for mwc wallet , a simple, private and scalable cryptocurrency implementation based on the MimbleWimble chain format." | ||
license = "Apache-2.0" | ||
repository = "https://github.com/mimblewimble/mwc-wallet" | ||
repository = "https://github.com/mwcproject/mwc-wallet" | ||
keywords = [ "crypto", "mwc", "mimblewimble" ] | ||
workspace = ".." | ||
edition = "2018" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
[package] | ||
name = "mwc_wallet_controller" | ||
version = "5.3.3" | ||
authors = ["Mwc Developers <[email protected]>"] | ||
authors = ["Mwc Developers <[email protected]>"] | ||
description = "Controllers for mwc wallet instantiation" | ||
license = "Apache-2.0" | ||
repository = "https://github.com/mimblewimble/mwc-wallet" | ||
repository = "https://github.com/mwcproject/mwc-wallet" | ||
keywords = [ "crypto", "mwc", "mimblewimble" ] | ||
exclude = ["**/*.mwc", "**/*.mwc2"] | ||
#build = "src/build/build.rs" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
[package] | ||
name = "mwc_wallet_impls" | ||
version = "5.3.3" | ||
authors = ["Mwc Developers <[email protected]>"] | ||
authors = ["Mwc Developers <[email protected]>"] | ||
description = "Concrete types derived from libwallet traits" | ||
license = "Apache-2.0" | ||
repository = "https://github.com/mimblewimble/mwc-wallet" | ||
repository = "https://github.com/mwcproject/mwc-wallet" | ||
keywords = [ "crypto", "mwc", "mimblewimble" ] | ||
exclude = ["**/*.mwc", "**/*.mwc2"] | ||
edition = "2018" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "mwc_integration" | ||
version = "1.1.0" | ||
authors = ["Mwc Developers <[email protected]>"] | ||
authors = ["Mwc Developers <[email protected]>"] | ||
description = "Simple, private and scalable cryptocurrency implementation based on the MimbleWimble chain format." | ||
license = "Apache-2.0" | ||
repository = "https://github.com/mimblewimble/mwc" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
[package] | ||
name = "mwc_wallet_libwallet" | ||
version = "5.3.3" | ||
authors = ["Mwc Developers <[email protected]>"] | ||
authors = ["Mwc Developers <[email protected]>"] | ||
description = "Simple, private and scalable cryptocurrency implementation based on the MimbleWimble chain format." | ||
license = "Apache-2.0" | ||
repository = "https://github.com/mimblewimble/mwc-wallet" | ||
repository = "https://github.com/mwcproject/mwc-wallet" | ||
keywords = [ "crypto", "mwc", "mimblewimble" ] | ||
exclude = ["**/*.mwc", "**/*.mwc2"] | ||
#build = "src/build/build.rs" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "mwc_wallet_util" | ||
version = "5.3.3" | ||
authors = ["Mwc Developers <[email protected]>"] | ||
authors = ["Mwc Developers <[email protected]>"] | ||
description = "Util, for generic utilities and to re-export mwc crates" | ||
license = "Apache-2.0" | ||
repository = "https://github.com/mwcproject/mwc-wallet" | ||
|