From 993aafc4db1c06d24d32a7b1e1deb6435517c1b3 Mon Sep 17 00:00:00 2001 From: holly sparkles Date: Fri, 28 Jul 2023 16:52:23 +0200 Subject: [PATCH] build(deps): add gumdrop dependency --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index a6ad64f..61681da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,3 +6,4 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] +gumdrop = "0.8.1" \ No newline at end of file -- libgit2 1.7.2