mirror of
https://github.com/nushell/nushell
synced 2024-12-28 14:03:09 +00:00
10 lines
No EOL
256 B
TOML
10 lines
No EOL
256 B
TOML
[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]
|
|
reedline = {git = "https://github.com/jntrnr/reedline"}
|
|
nu-ansi-term = "0.32.0" |