aboutsummaryrefslogtreecommitdiff
path: root/hooked/Cargo.toml
blob: 6d580fff4bdf94b8d411bd78f8c2647378628bef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[package]
name = "hooked"
version = "0.1.0"
authors = ["Michael Gattozzi <mgattozzi@gmail.com>"]
edition = "2018"
license = "GPL-3.0"
default-run = "hooked"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0"
paw = "1.0"
shared = { path = "../shared" }
structopt = { version = "0.3", features = ["paw"] }
unicode-segmentation = "1.3"
log = "0.4"
pretty_env_logger = "0.3"

[dev-dependencies]
tempfile = "3"
assert_cmd = "0.10"
git2 = "0.10"