-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
30 lines (28 loc) · 998 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
[package]
name = "bookit"
version = "2.0.0"
description = "Fast and simple bookmark manager for your operating system."
license-file = "LICENSE"
documentation = "https://github.com/Nate-Wilkins/bookit"
homepage = "https://github.com/Nate-Wilkins/bookit"
repository = "https://github.com/Nate-Wilkins/bookit"
authors = ["nate-wilkins <[email protected]>"]
[dependencies]
log = "0.4.17"
regex = "1.5"
anyhow = "1.0.38"
clap = "2.33.1"
clap_complete = "4.0.7"
shellexpand = "2.1.0"
serde = { version = "1.0", features = ["derive"] }
serde_yaml = "0.8.17"
env_logger = "0.10.0"
shlex = "1.1.0"
temp-file = "0.1.7"
fsutils = "0.1.7"
chrono = "0.4.19"
[dev-dependencies]
assert_cmd = "0.10"
predicates = "1"
pretty_assertions = "1.3.0"
tempfile = "3.3.0"