File tree Expand file tree Collapse file tree 1 file changed +11
-8
lines changed
Expand file tree Collapse file tree 1 file changed +11
-8
lines changed Original file line number Diff line number Diff line change 22name = " gl-client-py"
33version = " 0.3.0"
44edition = " 2018"
5- authors = [
6- " Christian Decker" ,
7- " The Greenlight Team"
8- ]
5+ authors = [" Christian Decker" , " The Greenlight Team" ]
96description = " Python bindings for the Greenlight client library."
107repository = " https://github.com/Blockstream/greenlight"
118license = " MIT"
@@ -18,15 +15,21 @@ crate-type = ["cdylib"]
1815anyhow = { workspace = true }
1916bytes = " 1.6"
2017env_logger = { workspace = true }
21- gl-client = { path = " ../gl-client" , default-features = false , features = [ " export" ] }
18+ gl-client = { path = " ../gl-client" , default-features = false , features = [
19+ " export" ,
20+ ] }
2221hex = " *"
2322log = " *"
2423once_cell = " *"
25- prost = " 0.11"
26- pyo3 = {version = " 0.18" , features = [" extension-module" , " serde" , " abi3-py37" ]}
24+ prost = " 0.12"
25+ pyo3 = { version = " 0.18" , features = [
26+ " extension-module" ,
27+ " serde" ,
28+ " abi3-py37" ,
29+ ] }
2730runeauth = " 0.1"
2831tokio = { version = " 1" , features = [" full" ] }
29- tonic = { version = " ^0.8 " , features = [" tls" , " transport" ] }
32+ tonic = { version = " 0.11 " , features = [" tls" , " transport" ] }
3033serde_json = " ^1.0"
3134thiserror = " 1"
3235
You can’t perform that action at this time.
0 commit comments