Skip to content

Commit 9ecd252

Browse files
authored
Add license information to the crates. (#52)
1 parent 3970abd commit 9ecd252

File tree

3 files changed

+27
-4
lines changed

3 files changed

+27
-4
lines changed

rust/instrumented-channel/Cargo.toml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
[package]
22
name = "instrumented-channel"
33
version = "0.1.0"
4-
edition = "2021"
4+
5+
# Workspace inherited keys
6+
authors = { workspace = true }
7+
edition = { workspace = true }
8+
homepage = { workspace = true }
9+
license = { workspace = true }
10+
publish = { workspace = true }
11+
repository = { workspace = true }
12+
rust-version = { workspace = true }
513

614
[dependencies]
715
delegate = { workspace = true }

rust/sdk-examples/Cargo.toml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
[package]
22
name = "sdk-examples"
33
version = "0.1.0"
4-
edition = "2021"
5-
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
4+
5+
# Workspace inherited keys
6+
authors = { workspace = true }
7+
edition = { workspace = true }
8+
homepage = { workspace = true }
9+
license = { workspace = true }
10+
publish = { workspace = true }
11+
repository = { workspace = true }
12+
rust-version = { workspace = true }
613

714
[dependencies]
815
ahash = { workspace = true }

rust/sdk/Cargo.toml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
[package]
22
name = "aptos-indexer-processor-sdk"
33
version = "0.1.0"
4-
edition = "2021"
4+
5+
# Workspace inherited keys
6+
authors = { workspace = true }
7+
edition = { workspace = true }
8+
homepage = { workspace = true }
9+
license = { workspace = true }
10+
publish = { workspace = true }
11+
repository = { workspace = true }
12+
rust-version = { workspace = true }
513

614
[dependencies]
715
anyhow = { workspace = true }

0 commit comments

Comments
 (0)