1
Fork 0
mirror of https://github.com/RGBCube/dix synced 2026-01-20 12:11:09 +00:00
dix/Cargo.toml
2025-05-05 02:30:46 +03:00

12 lines
220 B
TOML

[package]
name = "nnpdt"
version = "0.1.0"
edition = "2024"
[dependencies]
clap = { version = "4.5.37", features = ["derive"] }
regex = "1.11.1"
yansi = "1.0.1"
thiserror = "2.0.12"
log = "0.4.20"
env_logger = "0.11.3"