flesh/Cargo.toml

14 lines
No EOL
338 B
TOML

[package]
name = "relish"
version = "0.1.0"
authors = ["Ava <ava@sunnypup.io>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
dirs = "3.0"
nu-ansi-term = "0.47.0"
reedline = "0.17.0"
nix = "0.26.2"
ctrlc = { version = "3.0", features = ["termination"] }