Skip to content

Commit 660e945

Browse files
committed
Add the license to Cargo.toml
1 parent a13cc7b commit 660e945

File tree

7 files changed

+7
-0
lines changed

7 files changed

+7
-0
lines changed

redis-benchmark/Cargo.toml

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

67
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
78

redis-check-aof/Cargo.toml

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

67
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
78

redis-check-rdb/Cargo.toml

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

67
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
78

redis-cli/Cargo.toml

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

67
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
78

redis-core/Cargo.toml

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

67
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
78

redis-sentinel/Cargo.toml

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

67
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
78

redis-server/Cargo.toml

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

67
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
78

0 commit comments

Comments
 (0)