mirror of
https://github.com/callumio/nish.git
synced 2025-12-18 03:59:19 +00:00
9 lines
191 B
TOML
9 lines
191 B
TOML
[package]
|
|
name = "nish"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
clap = { version = "4.5.17", features = ["derive"] }
|
|
runix = "0.1.1"
|
|
tokio = { version = "1", features = ["full"] }
|