nushell/Cargo.toml

17 lines
366 B
TOML
Raw Normal View History

2019-05-10 18:59:12 +02:00
[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 = "4.0.0"
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"