diff options
| author | Joe Carstairs <me@joeac.net> | 2026-06-08 09:08:13 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-06-08 09:08:13 +0100 |
| commit | 52b5da658c83548f9e1eb33076a58f919f655afb (patch) | |
| tree | 22c75375dd8e1ca77f91df7ca38922e8c49913ca | |
| parent | 158044c320ef328ffad0a150d50b40e103d3f685 (diff) | |
rename joeac-build -> shapimain
| -rw-r--r-- | Cargo.lock | 26 | ||||
| -rw-r--r-- | Cargo.toml | 2 | ||||
| -rw-r--r-- | src/main.rs | 2 |
3 files changed, 15 insertions, 15 deletions
@@ -682,19 +682,6 @@ dependencies = [ ] [[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" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -1317,6 +1304,19 @@ dependencies = [ ] [[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" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -1,5 +1,5 @@ [package] -name = "joeac-build" +name = "shapi" version = "0.1.0" edition = "2024" diff --git a/src/main.rs b/src/main.rs index 5dd5db5..ab96a02 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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() -> _ { |
