init-projects/rust/Cargo.toml

15 lines
257 B
TOML
Raw Normal View History

2023-09-19 16:17:33 +02:00
[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]
2024-05-28 21:01:12 +02:00
[lints.clippy]
pedantic = "warn"