atuin/Cargo.toml

27 lines
511 B
TOML
Raw Normal View History

[package]
2021-02-13 05:58:40 -07:00
name = "atuin"
2021-02-14 15:17:19 -07:00
version = "0.3.0"
authors = ["Ellie Huxtable <e@elm.sh>"]
edition = "2018"
2020-10-04 18:06:41 -06:00
license = "MIT"
2021-02-13 05:58:40 -07:00
description = "atuin - sync your shell history"
[dependencies]
log = "0.4"
pretty_env_logger = "0.4"
chrono = "0.4"
eyre = "0.6"
shellexpand = "2"
structopt = "0.3"
directories = "3"
uuid = { version = "0.8", features = ["v4"] }
2021-02-13 12:37:00 -07:00
indicatif = "0.15.0"
2021-02-13 13:21:49 -07:00
hostname = "0.3.1"
2021-02-14 06:28:01 -07:00
rocket = "0.4.7"
chrono-english = "0.1.4"
cli-table = "0.4"
2020-10-04 18:12:22 -06:00
[dependencies.rusqlite]
version = "0.24"
2020-10-04 18:12:22 -06:00
features = ["bundled"]