nushell/Cargo.toml

10 lines
256 B
TOML
Raw Normal View History

2021-06-30 01:42:56 +00:00
[package]
name = "engine-q"
version = "0.1.0"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2021-07-29 22:56:51 +00:00
reedline = {git = "https://github.com/jntrnr/reedline"}
2021-07-22 19:50:59 +00:00
nu-ansi-term = "0.32.0"