From f5226bc893cfcff7d669ca81f007fccc1ec19b07 Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Mon, 6 Nov 2023 13:01:43 +0100 Subject: [PATCH] rs: Add metadata required by crates.io --- libs/gl-client-py/Cargo.toml | 8 +++++++- libs/gl-client/Cargo.toml | 7 +++++++ libs/gl-plugin/Cargo.toml | 7 +++++++ libs/gl-signerproxy/Cargo.toml | 7 +++++++ 4 files changed, 28 insertions(+), 1 deletion(-) diff --git a/libs/gl-client-py/Cargo.toml b/libs/gl-client-py/Cargo.toml index e82e8b2c4..71d76400d 100644 --- a/libs/gl-client-py/Cargo.toml +++ b/libs/gl-client-py/Cargo.toml @@ -2,6 +2,12 @@ name = "gl-client-py" version = "0.1.9" edition = "2018" +authors = [ + "Christian Decker", + "The Greenlight Team" +] +description = "Python bindings for the Greenlight client library." +repository = "https://github.com/Blockstream/greenlight" license = "MIT" [lib] @@ -25,4 +31,4 @@ serde_json = "^1.0" [features] default = ["permissive"] -permissive = ["gl-client/permissive"] \ No newline at end of file +permissive = ["gl-client/permissive"] diff --git a/libs/gl-client/Cargo.toml b/libs/gl-client/Cargo.toml index ce6b151fb..4b060c87e 100644 --- a/libs/gl-client/Cargo.toml +++ b/libs/gl-client/Cargo.toml @@ -2,6 +2,13 @@ name = "gl-client" version = "0.1.9" edition = "2018" +authors = [ + "Christian Decker", + "The Greenlight Team" +] +description = "Client library for Greenlight, and basis for language bindings." +repository = "https://github.com/Blockstream/greenlight" +license = "MIT" [features] default = ["permissive", "export"] diff --git a/libs/gl-plugin/Cargo.toml b/libs/gl-plugin/Cargo.toml index 31971d12b..d702586b6 100644 --- a/libs/gl-plugin/Cargo.toml +++ b/libs/gl-plugin/Cargo.toml @@ -2,6 +2,13 @@ name = "gl-plugin" version = "0.1.0" edition = "2021" +authors = [ + "Christian Decker", + "The Greenlight Team" +] +description = "Python bindings for the Greenlight client library." +repository = "https://github.com/Blockstream/greenlight" +license = "MIT" [[bin]] name = "gl-plugin" diff --git a/libs/gl-signerproxy/Cargo.toml b/libs/gl-signerproxy/Cargo.toml index aee6e237e..0bb9c471e 100644 --- a/libs/gl-signerproxy/Cargo.toml +++ b/libs/gl-signerproxy/Cargo.toml @@ -2,6 +2,13 @@ name = "gl-signerproxy" version = "0.1.0" edition = "2021" +authors = [ + "Christian Decker", + "The Greenlight Team" +] +description = "Python bindings for the Greenlight client library." +repository = "https://github.com/Blockstream/greenlight" +license = "MIT" [[bin]] name = "gl-signerproxy"