Skip to content

Commit

Permalink
fix: adding license to workspaces (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
geekbrother authored Apr 26, 2024
1 parent 2ce3a45 commit 1319404
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions blockchain_api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "blockchain_api"
version = "0.1.0"
edition = "2021"
license = "Apache-2.0"

[dependencies]
relay_rpc = { path = "../relay_rpc", features = ["cacao"] }
Expand Down
1 change: 1 addition & 0 deletions relay_client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "relay_client"
version = "0.1.0"
edition = "2021"
license = "Apache-2.0"

[features]
default = ["tokio-tungstenite/native-tls"]
Expand Down
1 change: 1 addition & 0 deletions relay_rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "relay_rpc"
version = "0.1.0"
edition = "2021"
license = "Apache-2.0"

[features]
cacao = [
Expand Down

0 comments on commit 1319404

Please sign in to comment.