aboutsummaryrefslogtreecommitdiff
path: root/tools/nres-cli/Cargo.toml
blob: dd0ced661892a10d83d5ff6c3cbc2a8adbb7138a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "nres-cli"
version = "0.2.3"
edition = "2021"

[dependencies]
byteorder = "1.4"
clap = { version = "4.2", features = ["derive"] }
console = "0.15"
dialoguer = { version = "0.11", features = ["completion"] }
indicatif = "0.17"
libnres = { version = "0.1", path = "../../libs/nres" }
miette = { version = "7.0", features = ["fancy"] }
tempdir = "0.3"