We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ce3a45 commit 1319404Copy full SHA for 1319404
blockchain_api/Cargo.toml
@@ -2,6 +2,7 @@
2
name = "blockchain_api"
3
version = "0.1.0"
4
edition = "2021"
5
+license = "Apache-2.0"
6
7
[dependencies]
8
relay_rpc = { path = "../relay_rpc", features = ["cacao"] }
relay_client/Cargo.toml
name = "relay_client"
[features]
default = ["tokio-tungstenite/native-tls"]
relay_rpc/Cargo.toml
name = "relay_rpc"
cacao = [
0 commit comments