rename joeac-build -> shapi
This commit is contained in:
Generated
+13
-13
@@ -681,19 +681,6 @@ dependencies = [
|
||||
"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]]
|
||||
name = "lazy_static"
|
||||
version = "1.5.0"
|
||||
@@ -1316,6 +1303,19 @@ dependencies = [
|
||||
"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]]
|
||||
name = "sharded-slab"
|
||||
version = "0.1.7"
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
[package]
|
||||
name = "joeac-build"
|
||||
name = "shapi"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
|
||||
+1
-1
@@ -10,7 +10,7 @@ use anyhow::Result;
|
||||
use routes::read_routes;
|
||||
use rocket::{State, http::Status};
|
||||
|
||||
const BIN_NAME: &str = "build-joeac";
|
||||
const BIN_NAME: &str = "shapi";
|
||||
|
||||
#[launch]
|
||||
fn rocket() -> _ {
|
||||
|
||||
Reference in New Issue
Block a user