summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock13
1 files changed, 13 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index cb28030..e47b0db 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -120,6 +120,18 @@ dependencies = [
]
[[package]]
+name = "girt-config"
+version = "1.0.0"
+dependencies = [
+ "anyhow",
+ "concat-idents",
+ "git2",
+ "rstest",
+ "serial_test",
+ "tempfile",
+]
+
+[[package]]
name = "git-interactive-rebase-tool"
version = "2.1.0"
dependencies = [
@@ -127,6 +139,7 @@ dependencies = [
"chrono",
"concat-idents",
"crossterm",
+ "girt-config",
"git2",
"lazy_static",
"num-format",