12 lines
182 B
TOML
12 lines
182 B
TOML
[package]
|
|
name = "nsm"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
|
|
[[bin]]
|
|
name = "nsm"
|
|
path = "src/main.rs"
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
tui = { path = "../tui" }
|