atuin/Cargo.toml

25 lines
491 B
TOML
Raw Normal View History

[package]
2021-02-13 13:58:40 +01:00
name = "atuin"
2021-02-13 23:58:31 +01:00
version = "0.2.4"
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]
2021-02-13 18:02:52 +01:00
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 = ["serde", "v4"] }
2021-02-13 20:37:00 +01:00
home = "0.5.3"
indicatif = "0.15.0"
2021-02-13 21:21:49 +01:00
hostname = "0.3.1"
2020-10-05 02:12:22 +02:00
[dependencies.rusqlite]
2021-02-13 18:02:52 +01:00
version = "0.24.*"
2020-10-05 02:12:22 +02:00
features = ["bundled"]