tnm/tnm-cli/Cargo.toml

11 lines
236 B
TOML
Raw Normal View History

2023-04-07 18:09:19 +00:00
[package]
2023-04-07 18:20:38 +00:00
name = "tnm-cli"
2023-04-07 18:09:19 +00:00
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = "^4.2.1"
anyhow = "^1.0.57"
2023-04-07 18:20:38 +00:00
tnm = { path = "../tnm" }