From 1b3c5a3cbfe938e36cab02732e1509753205a2c0 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Fri, 6 Jun 2025 21:55:04 +0200 Subject: build(Cargo.toml): Use a different name for the crate Obviously, `back` is already taken. --- Cargo.lock | 48 ++++++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 24 deletions(-) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index 5c9991f..a2fee14 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -156,30 +156,6 @@ version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" -[[package]] -name = "back" -version = "0.1.0" -dependencies = [ - "bytes", - "clap", - "git-bug", - "gix", - "http", - "http-body-util", - "hyper", - "hyper-util", - "log", - "markdown", - "rss", - "serde", - "serde_json", - "stderrlog", - "thiserror", - "tokio", - "url", - "vy", -] - [[package]] name = "backtrace" version = "0.3.75" @@ -681,6 +657,30 @@ version = "0.31.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f" +[[package]] +name = "git-back" +version = "0.1.0" +dependencies = [ + "bytes", + "clap", + "git-bug", + "gix", + "http", + "http-body-util", + "hyper", + "hyper-util", + "log", + "markdown", + "rss", + "serde", + "serde_json", + "stderrlog", + "thiserror", + "tokio", + "url", + "vy", +] + [[package]] name = "git-bug" version = "0.2.3" -- cgit 1.4.1