customs-rs/Cargo.toml
Kristofers Solo a8311c5e0f Initial commit
add officer
2024-03-17 16:09:43 +02:00

14 lines
229 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]