forked from extern/nushell
ceb0487eba
I'm gonna use a VecDeque now instead of trying to get async streams working to make progress, but the intent is that we should be able to use async streams in and out to interleave the work better.
24 lines
582 B
TOML
24 lines
582 B
TOML
[package]
|
|
name = "objectshell"
|
|
version = "0.1.0"
|
|
authors = ["Yehuda Katz <wycats@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
rustyline = { version = "4.0.0", git = "https://github.com/jonathandturner/rustyline.git" }
|
|
sysinfo = "0.8.3"
|
|
chrono = "0.4.6"
|
|
chrono-tz = "0.5.1"
|
|
derive-new = "0.5.6"
|
|
prettytable-rs = "0.8.0"
|
|
itertools = "0.8.0"
|
|
ansi_term = "0.11.0"
|
|
conch-parser = "0.1.0"
|
|
nom = "5.0.0-beta1"
|
|
subprocess = "0.1.18"
|
|
dunce = "1.0.0"
|
|
futures = "0.1.27"
|
|
futures-core = "0.2.1"
|