about summary refs log tree commit diff stats
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock48
1 files changed, 24 insertions, 24 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 5c9991f..a2fee14 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -157,30 +157,6 @@ 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"
 source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -682,6 +658,30 @@ 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"
 source = "registry+https://github.com/rust-lang/crates.io-index"