atuin/Cargo.toml

27 lines
511 B
TOML
Raw Normal View History

[package]
2021-02-13 13:58:40 +01:00
name = "atuin"
2021-02-14 23:33:22 +01:00
version = "0.3.1"
authors = ["Ellie Huxtable <e@elm.sh>"]
edition = "2018"
2020-10-05 02:06:41 +02:00
license = "MIT"
2021-02-13 13:58:40 +01: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 20:37:00 +01:00
indicatif = "0.15.0"
2021-02-13 21:21:49 +01:00
hostname = "0.3.1"
2021-02-14 14:28:01 +01:00
rocket = "0.4.7"
chrono-english = "0.1.4"
cli-table = "0.4"
2020-10-05 02:12:22 +02:00
[dependencies.rusqlite]
version = "0.24"
2020-10-05 02:12:22 +02:00
features = ["bundled"]