build: description, grin_store patch (disabled)
This commit is contained in:
parent
fc98cb0fb7
commit
1cefb90071
1 changed files with 10 additions and 3 deletions
13
Cargo.toml
13
Cargo.toml
|
@ -1,9 +1,11 @@
|
|||
[workspace]
|
||||
#members = ["wallet", "config"]
|
||||
|
||||
[package]
|
||||
name = "grim"
|
||||
version = "0.1.0"
|
||||
authors = ["Ardocrat <ardocrat@proton.me>"]
|
||||
description = "Cross-platform GUI for Grin with focus on usability and availability to be used by anyone, anywhere."
|
||||
license = "Apache-2.0"
|
||||
repository = "https://github.com/ardocrat/grim"
|
||||
keywords = [ "crypto", "grin", "mimblewimble" ]
|
||||
edition = "2021"
|
||||
build = "src/build/build.rs"
|
||||
|
||||
|
@ -82,6 +84,11 @@ tls-api-native-tls = "0.9.0"
|
|||
## stratum server
|
||||
tokio-util = { version = "0.7.8", features = ["codec"] }
|
||||
|
||||
### patch grin store
|
||||
#grin_store = "5.3.1"
|
||||
#[patch.crates-io]
|
||||
#grin_store = { path = "../grin-store" }
|
||||
|
||||
[build-dependencies]
|
||||
built = { version = "0.7.0", features = ["git2"]}
|
||||
|
||||
|
|
Loading…
Reference in a new issue