atuin/Cargo.toml

26 lines
508 B
TOML
Raw Normal View History

[package]
2021-02-13 05:58:40 -07:00
name = "atuin"
2021-02-13 15:58:31 -07:00
version = "0.2.4"
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]
2021-02-13 10:02:52 -07: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 12:37:00 -07:00
home = "0.5.3"
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"
2020-10-04 18:12:22 -06:00
[dependencies.rusqlite]
2021-02-13 10:02:52 -07:00
version = "0.24.*"
2020-10-04 18:12:22 -06:00
features = ["bundled"]