mirror of
https://code.gri.mw/GUI/grim.git
synced 2026-07-14 02:38:55 +00:00
build: description, grin_store patch (disabled)
This commit is contained in:
+10
-3
@@ -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"]}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user