mirror of
https://github.com/mimblewimble/grin-wallet.git
synced 2025-01-20 19:11:09 +03:00
78960015fc
* Bump version to 5.0.0-beta.1 * Bump version to 5.1.0-alpha.1 * Switch to grin master
22 lines
642 B
TOML
22 lines
642 B
TOML
[package]
|
|
name = "grin_wallet_config"
|
|
version = "5.1.0-alpha.1"
|
|
authors = ["Grin Developers <mimblewimble@lists.launchpad.net>"]
|
|
description = "Configuration for grin wallet , a simple, private and scalable cryptocurrency implementation based on the MimbleWimble chain format."
|
|
license = "Apache-2.0"
|
|
repository = "https://github.com/mimblewimble/grin-wallet"
|
|
keywords = [ "crypto", "grin", "mimblewimble" ]
|
|
workspace = ".."
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
rand = "0.6"
|
|
serde = "1"
|
|
serde_derive = "1"
|
|
toml = "0.5"
|
|
dirs = "2.0"
|
|
|
|
grin_wallet_util = { path = "../util", version = "5.1.0-alpha.1" }
|
|
|
|
[dev-dependencies]
|
|
pretty_assertions = "0.6"
|