customs-rs/Cargo.toml
2024-03-17 21:33:51 +02:00

22 lines
368 B
TOML

[package]
name = "customs-rs"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
thiserror = "1"
anyhow = "1"
[dev-dependencies]
[package.metadata.clippy]
warn = [
"clippy::pedantic",
"clippy::nursery",
"clippy::unwrap_used",
"clippy::expect_used",
]