summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNiklas Mohrin <niklas.mohrin@gmail.com>2020-11-08 22:23:43 +0100
committerDavid Peter <sharkdp@users.noreply.github.com>2020-11-23 14:06:54 +0100
commit31793cfa6287cb90cc12eb4fbd0c76bd496e91a5 (patch)
treeef6158094db86f6c3f5a6a0a112655b440dad658 /Cargo.toml
parent6d75540d4e95c57ba89d5810d271bc687761763e (diff)
Add io cycle detection with clircle
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 a1af0195..d78bf8d4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -51,6 +51,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_yaml = "0.8"
semver = "0.11"
path_abs = { version = "0.5", default-features = false }
+clircle = "0.1.3"
[dependencies.git2]
version = "0.13"