nushell/Cargo.toml

10 lines
256 B
TOML
Raw Normal View History

2021-06-30 03:42:56 +02: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-30 00:56:51 +02:00
reedline = {git = "https://github.com/jntrnr/reedline"}
2021-07-22 21:50:59 +02:00
nu-ansi-term = "0.32.0"