summary refs log tree commit diff
path: root/ripple/fossil/Cargo.toml
diff options
context:
space:
mode:
authoredef <edef@unfathomable.blue>2022-05-10 01:32:17 +0000
committeredef <edef@unfathomable.blue>2022-05-10 01:32:17 +0000
commit19c1578320ef98d76c3e758316d8774ac51a47fe (patch)
treef1d3b5296ce5e44d5474ba0248b22fb5585b3d65 /ripple/fossil/Cargo.toml
parent96d28a91c4b71e6b78f8b9061866f91b2684b19b (diff)
ripple/fossil: permit importing trees from git repos
Change-Id: I8329f14bddaaa2d141e82c087821e4602bd1259a
Diffstat (limited to 'ripple/fossil/Cargo.toml')
-rw-r--r--ripple/fossil/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/ripple/fossil/Cargo.toml b/ripple/fossil/Cargo.toml
index 2ff2288..663919f 100644
--- a/ripple/fossil/Cargo.toml
+++ b/ripple/fossil/Cargo.toml
@@ -15,6 +15,7 @@ bytes = "1.0.1"
 clap = { version = "3.1.15", features = ["derive"] }
 env_logger = "0.9.0"
 fuser = "0.11.0"
+git2 = "0.14.3"
 lazy_static = "1.4.0"
 libc = "0.2.112"
 log = "0.4.14"