From 88080132e8778ef7196c7a8fc30434a8a21d11ba Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 11 Jan 2022 17:51:52 -0500 Subject: detect git repositories --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 26e05eb..46d8149 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,6 +12,7 @@ bincode = "1.3.3" blocking = "1.1.0" futures-lite = "1.12.0" futures-util = "0.3.19" +git2 = "0.13.25" glob = "0.3.0" hostname = "0.3.1" libc = "0.2.112" -- cgit v1.2.3-54-g00ecf