Skip to content

Commit 1319404

Browse files
authored
fix: adding license to workspaces (#79)
1 parent 2ce3a45 commit 1319404

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

blockchain_api/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "blockchain_api"
33
version = "0.1.0"
44
edition = "2021"
5+
license = "Apache-2.0"
56

67
[dependencies]
78
relay_rpc = { path = "../relay_rpc", features = ["cacao"] }

relay_client/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "relay_client"
33
version = "0.1.0"
44
edition = "2021"
5+
license = "Apache-2.0"
56

67
[features]
78
default = ["tokio-tungstenite/native-tls"]

relay_rpc/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "relay_rpc"
33
version = "0.1.0"
44
edition = "2021"
5+
license = "Apache-2.0"
56

67
[features]
78
cacao = [

0 commit comments

Comments
 (0)