nushell/Cargo.toml

16 lines
401 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-30 22:02:16 +02:00
nu-ansi-term = "0.32.0"
# mimalloc = { version = "*", default-features = false }
[dev-dependencies]
tempfile = "3.2.0"
assert_cmd = "1.0.7"
pretty_assertions = "0.7.2"