forked from allenap/firstaide
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCargo.toml
32 lines (30 loc) · 843 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[package]
name = "firstaide"
version = "0.1.6"
authors = ["Gavin Panella <gavinpanella@gmail.com>"]
edition = "2018"
description = "Bootstrap and cache Nix environments; works with direnv."
readme = "README.md"
repository = "https://github.com/allenap/firstaide"
license = "Apache-2.0"
categories = ["command-line-utilities"]
[badges]
travis-ci = { repository = "allenap/firstaide", branch = "master" }
[dependencies]
anyhow = "1.0.71"
atty = "0.2.14"
bincode = "1.3.3"
bstr = "0.2.17"
chrono = "0.4.24"
clap = { version = "4.1.11", features = [ "std", "color", "suggestions", "derive", "cargo" ] }
crypto-hash = "0.3.4"
dirs = "5.0.1"
fern = "0.6.2"
log = "0.4.17"
path-absolutize = "3.1.0"
semver = "1.0.17"
serde = { version = "1.0.163", features = ["derive"] }
shell-quote = "0.3.0"
spinners = "4.1.0"
tempfile = "3.6.0"
toml = "0.5.11"