prod setup
Some checks failed
CI / Check Style (push) Has been cancelled
CI / Run Clippy (push) Has been cancelled
CI / Run Tests (push) Has been cancelled

This commit is contained in:
2026-05-20 11:01:23 +00:00
parent f92cb1f134
commit 8f89423994
4 changed files with 20 additions and 25 deletions

View File

@@ -1,11 +1,11 @@
[workspace]
[package]
name = "universal_web"
name = "gitara_web"
version = "0.1.0"
edition = "2021"
publish = false
default-run = "universal_web-cli"
default-run = "gitara_web-cli"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -45,7 +45,7 @@ axum-extra = { version = "0.10", features = ["form"] }
bytes = { version = "1" }
[[bin]]
name = "universal_web-cli"
name = "gitara_web-cli"
path = "src/bin/main.rs"
required-features = []