From 1cefb90071474a42fe5ccec0c98d8437243a5a0c Mon Sep 17 00:00:00 2001 From: ardocrat Date: Wed, 29 May 2024 12:13:53 +0300 Subject: [PATCH] build: description, grin_store patch (disabled) --- Cargo.toml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e8c3c5a..41db16f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,11 @@ -[workspace] -#members = ["wallet", "config"] - [package] name = "grim" version = "0.1.0" +authors = ["Ardocrat "] +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"]}