fishctl/Cargo.toml

19 lines
380 B
TOML
Raw Normal View History

2024-06-20 02:07:34 +09:00
[package]
name = "fishctl"
version = "0.1.0-alpha.1"
rust-version = "1.74"
edition = "2021"
license = "MIT"
[dependencies]
clap = { version = "4.5", features = ["derive"] }
color-print = "0.3"
thiserror = "1.0"
serde = { version = "1.0", features = ["derive"] }
toml = "0.8"
validator = { version = "0.18", features = ["derive"] }
yaml-rust = "0.4"
[profile.release]
lto = true