Files
fparkan/tools/nres-cli/Cargo.toml

15 lines
366 B
TOML
Raw Permalink Normal View History

[package]
name = "nres-cli"
version = "0.2.3"
edition = "2021"
[dependencies]
byteorder = "1.4"
clap = { version = "4.2", features = ["derive"] }
2025-07-08 20:30:48 +00:00
console = "0.16"
dialoguer = { version = "0.12", features = ["completion"] }
2025-07-08 20:30:48 +00:00
indicatif = "0.18"
libnres = { version = "0.1", path = "../../libs/nres" }
miette = { version = "7.0", features = ["fancy"] }
tempdir = "0.3"