init-projects/rust/Cargo.toml

14 lines
257 B
TOML

[package]
name = "example"
version = "0.1.0"
edition = "2021"
publish = false
license = "AGPL-3.0-or-later"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
[lints.clippy]
pedantic = "warn"