22 lines
587 B
TOML
22 lines
587 B
TOML
schema_version = 1
|
|
|
|
[[components]]
|
|
name = "rust"
|
|
kind = "toolchain"
|
|
source = "https://static.rust-lang.org"
|
|
version = "1.97.1"
|
|
license = "Apache-2.0 OR MIT"
|
|
owner = "project maintainers"
|
|
update_policy = "explicit pull request after release and security review"
|
|
release_profile = false
|
|
|
|
[[components]]
|
|
name = "cargo-deny"
|
|
kind = "development-audit-tool"
|
|
source = "https://crates.io/crates/cargo-deny"
|
|
version = "0.20.2"
|
|
license = "Apache-2.0 OR MIT"
|
|
owner = "project maintainers"
|
|
update_policy = "explicit pull request after release, changelog, and config review"
|
|
release_profile = false
|