Skip to content

Commit

Permalink
rs: Add metadata required by crates.io
Browse files Browse the repository at this point in the history
  • Loading branch information
cdecker committed Nov 6, 2023
1 parent 008844c commit f5226bc
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 1 deletion.
8 changes: 7 additions & 1 deletion libs/gl-client-py/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -25,4 +31,4 @@ serde_json = "^1.0"

[features]
default = ["permissive"]
permissive = ["gl-client/permissive"]
permissive = ["gl-client/permissive"]
7 changes: 7 additions & 0 deletions libs/gl-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
7 changes: 7 additions & 0 deletions libs/gl-plugin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
7 changes: 7 additions & 0 deletions libs/gl-signerproxy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f5226bc

Please sign in to comment.