Skip to content

Commit da85061

Browse files
Merge pull request krustlet#644 from lfrancke/license
Explicitly specify license in Cargo.toml
2 parents b4bbaf7 + af8274b commit da85061

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ authors = [
1313
]
1414
edition = "2018"
1515
default-run = "krustlet-wasi"
16+
license = "Apache-2.0"
1617
license-file = "LICENSE"
1718
description = "A Kubernetes kubelet implementation in Rust, used for running WebAssembly modules in Kubernetes"
1819
repository = "https://github.com/deislabs/krustlet"

crates/kubelet/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ authors = [
1212
"Kevin Flansburg <kevin.flansburg@gmail.com>",
1313
]
1414
edition = "2018"
15+
license = "Apache-2.0"
1516
license-file = "../../LICENSE"
1617
description = "A Kubernetes kubelet implementation in Rust"
1718
repository = "https://github.com/deislabs/krustlet"

crates/oci-distribution/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ authors = [
1212
"Kevin Flansburg <kevin.flansburg@gmail.com>",
1313
]
1414
edition = "2018"
15+
license = "Apache-2.0"
1516
license-file = "../../LICENSE"
1617
description = "An OCI implementation in Rust"
1718
repository = "https://github.com/deislabs/krustlet"

0 commit comments

Comments
 (0)