From f56e091d11fdff1d128f6caa72eb4aaebfda5252 Mon Sep 17 00:00:00 2001 From: Yeastplume Date: Wed, 3 Apr 2019 16:44:10 +0100 Subject: [PATCH] remove readme references for crates.io --- api/Cargo.toml | 1 - controller/Cargo.toml | 1 - impls/Cargo.toml | 1 - libwallet/Cargo.toml | 1 - 4 files changed, 4 deletions(-) diff --git a/api/Cargo.toml b/api/Cargo.toml index 8d2417d5..e6595329 100644 --- a/api/Cargo.toml +++ b/api/Cargo.toml @@ -6,7 +6,6 @@ description = "Grin Wallet API" license = "Apache-2.0" repository = "https://github.com/mimblewimble/grin" keywords = [ "crypto", "grin", "mimblewimble" ] -readme = "README.md" exclude = ["**/*.grin", "**/*.grin2"] edition = "2018" diff --git a/controller/Cargo.toml b/controller/Cargo.toml index 33c81c34..26264c2a 100644 --- a/controller/Cargo.toml +++ b/controller/Cargo.toml @@ -6,7 +6,6 @@ description = "Controllers for grin wallet instantiation" license = "Apache-2.0" repository = "https://github.com/mimblewimble/grin" keywords = [ "crypto", "grin", "mimblewimble" ] -readme = "README.md" exclude = ["**/*.grin", "**/*.grin2"] #build = "src/build/build.rs" edition = "2018" diff --git a/impls/Cargo.toml b/impls/Cargo.toml index ca820ab3..7e8878b4 100644 --- a/impls/Cargo.toml +++ b/impls/Cargo.toml @@ -6,7 +6,6 @@ description = "Concrete types derived from libwallet traits" license = "Apache-2.0" repository = "https://github.com/mimblewimble/grin" keywords = [ "crypto", "grin", "mimblewimble" ] -readme = "README.md" exclude = ["**/*.grin", "**/*.grin2"] edition = "2018" diff --git a/libwallet/Cargo.toml b/libwallet/Cargo.toml index edfaa597..4174052f 100644 --- a/libwallet/Cargo.toml +++ b/libwallet/Cargo.toml @@ -6,7 +6,6 @@ description = "Simple, private and scalable cryptocurrency implementation based license = "Apache-2.0" repository = "https://github.com/mimblewimble/grin" keywords = [ "crypto", "grin", "mimblewimble" ] -readme = "README.md" exclude = ["**/*.grin", "**/*.grin2"] #build = "src/build/build.rs" edition = "2018"