17 lines
366 B
TOML
17 lines
366 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 = "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"
|