flesh/Cargo.toml

14 lines
338 B
TOML
Raw Normal View History

[package]
name = "relish"
version = "0.1.0"
2023-03-08 19:42:08 -08:00
authors = ["Ava <ava@sunnypup.io>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2021-09-19 15:02:24 -07:00
dirs = "3.0"
2023-03-15 21:55:10 -07:00
nu-ansi-term = "0.47.0"
reedline = "0.17.0"
nix = "0.26.2"
ctrlc = { version = "3.0", features = ["termination"] }