-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCargo.toml
More file actions
24 lines (22 loc) · 606 Bytes
/
Cargo.toml
File metadata and controls
24 lines (22 loc) · 606 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[package]
name = "pre-commit-rs"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.98"
clap = { version = "4.5.37", features = ["derive"] }
dirs = "6.0.0"
faccess = "0.2.4"
fslock = "0.2.1"
indoc = "2.0.6"
rm_rf = "0.6.2"
rusqlite = { version = "0.35.0", features = ["bundled"] }
serde_yaml = "0.9.34"
tempfile = "3.19.1"
cfgv = { path = "cfgv" }
cfgv-derive = { path = "cfgv-derive" }
pre-commit-rs-derive = { path = "pre-commit-rs-derive" }
pathdiff = "0.2.3"
gix = "0.71.0"
bstr = "1.12.0"