Add anyhow, strum and strum_macros

This commit is contained in:
stefiosif
2025-01-12 20:03:07 +02:00
parent d9e76a224f
commit 365bd71a6f
2 changed files with 42 additions and 13 deletions

View File

@@ -4,9 +4,11 @@ version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0.93"
clap = { version = "4.5.20", features = ["derive"] }
anyhow = "1.0.95"
clap = { version = "4.5.26", features = ["derive"] }
rand = { version = "0.8.5", features = ["small_rng"] }
strum = "0.26.3"
strum_macros = "0.26.4"
[lints.rust]
unsafe_code = "forbid"