diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-06-06 15:45:11 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-06-06 15:45:11 +0200 |
commit | a6baea06697f6c76c695dc4198099deb8ba916e0 (patch) | |
tree | 476a3865f6b4bef04751ba20534813a58892811b /Cargo.toml | |
parent | chore: Initial commit (diff) | |
download | back-a6baea06697f6c76c695dc4198099deb8ba916e0.zip |
feat(treewide): Prepare for first release
This commit contains many changes, as they were developed alongside `git-bug-rs` and unfortunately not separately committed. A toplevel summary would include: - Appropriate redirects, - The templating moved to `vy` (as this works with rustfmt formatting), - Search support (via `git-bug-rs`), - And better layout in the link section.
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 7 |
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 |