rename joeac-build -> shapi

This commit is contained in:
2026-06-08 09:08:13 +01:00
parent 158044c320
commit 52b5da658c
3 changed files with 15 additions and 15 deletions
Generated
+13 -13
View File
@@ -681,19 +681,6 @@ dependencies = [
"libc", "libc",
] ]
[[package]]
name = "joeac-build"
version = "0.1.0"
dependencies = [
"anyhow",
"dirs",
"git2",
"is_executable",
"rocket",
"serde",
"toml 1.1.2+spec-1.1.0",
]
[[package]] [[package]]
name = "lazy_static" name = "lazy_static"
version = "1.5.0" version = "1.5.0"
@@ -1316,6 +1303,19 @@ dependencies = [
"serde_core", "serde_core",
] ]
[[package]]
name = "shapi"
version = "0.1.0"
dependencies = [
"anyhow",
"dirs",
"git2",
"is_executable",
"rocket",
"serde",
"toml 1.1.2+spec-1.1.0",
]
[[package]] [[package]]
name = "sharded-slab" name = "sharded-slab"
version = "0.1.7" version = "0.1.7"
+1 -1
View File
@@ -1,5 +1,5 @@
[package] [package]
name = "joeac-build" name = "shapi"
version = "0.1.0" version = "0.1.0"
edition = "2024" edition = "2024"
+1 -1
View File
@@ -10,7 +10,7 @@ use anyhow::Result;
use routes::read_routes; use routes::read_routes;
use rocket::{State, http::Status}; use rocket::{State, http::Status};
const BIN_NAME: &str = "build-joeac"; const BIN_NAME: &str = "shapi";
#[launch] #[launch]
fn rocket() -> _ { fn rocket() -> _ {