summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 98d243ed4f0c0754b7161a76655a7a2b46dd0f4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "shackle"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
git2 = "0.16.1"
nom = "7.1.3"
rexpect = "0.5.0"
thiserror = "1.0.38"

[dev-dependencies]
anyhow = "1.0.69"
assert_cmd = "2.0.8"