about summary refs log tree commit diff stats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 3 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a898572..ac8b303 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,7 +13,7 @@
 name = "back"
 description = "An extremely simple git bug visualization system. Inspired by TVL's panettone."
 version = "0.1.0"
-edition = "2021"
+edition = "2024"
 license = "AGPL-3.0-or-later"
 homepage = ""
 repository = "https://git.foss-syndicate.org/vhack.eu/git_bug/back"
@@ -23,8 +23,8 @@ repository = "https://git.foss-syndicate.org/vhack.eu/git_bug/back"
 
 
 [dependencies]
+git-bug = { version = "0.2.3" }
 bytes = "1.10.1"
-chrono = "0.4.41"
 clap = { version = "4.5.38", features = ["derive"] }
 gix = "0.72.1"
 http = "1.3.1"
@@ -33,15 +33,14 @@ hyper = { version = "1.6.0", features = ["http1", "http2", "server"] }
 hyper-util = { version = "0.1.11", features = ["tokio"] }
 log = "0.4.27"
 markdown = "1.0.0"
-rinja = "0.4.0"
 rss = "2.0.12"
 serde = "1.0.219"
 serde_json = "1.0.140"
-sha2 = "0.10.9"
 stderrlog = "0.6.0"
 thiserror = "2.0.12"
 tokio = { version = "1.45.0", features = ["macros", "net", "rt-multi-thread"] }
 url = { version = "2.5.4", features = ["serde"] }
+vy = "0.2.0"
 
 [profile.release]
 lto = true