From 1669327df20c4e85532c17bd4155c4065a195c37 Mon Sep 17 00:00:00 2001 From: Akulij Date: Sun, 1 Jun 2025 17:37:49 +0500 Subject: [PATCH] cargo add git-const --- Cargo.lock | 7 +++++++ Cargo.toml | 1 + 2 files changed, 8 insertions(+) diff --git a/Cargo.lock b/Cargo.lock index 8e2460c..c9354c6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -897,6 +897,12 @@ version = "0.31.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f" +[[package]] +name = "git-const" +version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "aa4f63cc0cd93d91bcc11b46f61db771bc36c405d96043506ae40facd87b31f7" + [[package]] name = "glob" version = "0.3.2" @@ -915,6 +921,7 @@ dependencies = [ "enum_stringify", "envconfig", "futures", + "git-const", "itertools 0.14.0", "lazy_static", "log", diff --git a/Cargo.toml b/Cargo.toml index 53e22c2..40efb50 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,6 +14,7 @@ dotenvy = "0.15.7" enum_stringify = "0.6.3" envconfig = "0.11.0" futures = "0.3.31" +git-const = "1.1.0" itertools = "0.14.0" lazy_static = "1.5.0" log = "0.4.27"