aboutsummaryrefslogtreecommitdiff
path: root/hooked/Cargo.toml
blob: 2a7d477156c367775757653e3b638043424fc760 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[package]
name = "hooked"
version = "0.1.0"
authors = ["Michael Gattozzi <mgattozzi@gmail.com>"]
edition = "2018"

# 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"

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