summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNiklas Mohrin <niklas.mohrin@gmail.com>2020-11-25 00:24:04 +0100
committerDavid Peter <sharkdp@users.noreply.github.com>2021-01-05 18:21:16 +0100
commit21ae26cb17ad0dfe815ce001be84f40078c5a4a7 (patch)
tree4c644d93cf33c438df6b1a674bd4c65f730e1919 /Cargo.toml
parent8381945cb59aac45e4a60c597f114dbf0102cfcf (diff)
Add cycle detection with clircle, now v0.2
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6afe7523..50d7df94 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -50,6 +50,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_yaml = "0.8"
semver = "0.11"
path_abs = { version = "0.5", default-features = false }
+clircle = "0.2.0"
[dependencies.git2]
version = "0.13"