aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-05-18 18:06:54 +0200
committermetamuffin <metamuffin@disroot.org>2025-05-18 18:06:54 +0200
commita9bfe40f63207f11cfcf50ba8ff6010e4377c134 (patch)
tree33e83321e94fe8d404b5d07e3605d2fd572f0f51
parent630559d69f4e6adba776186bcebea49a40386cc7 (diff)
downloadisda-a9bfe40f63207f11cfcf50ba8ff6010e4377c134.tar
isda-a9bfe40f63207f11cfcf50ba8ff6010e4377c134.tar.bz2
isda-a9bfe40f63207f11cfcf50ba8ff6010e4377c134.tar.zst
rename project
-rw-r--r--Cargo.lock32
-rw-r--r--Cargo.toml2
-rw-r--r--readme.md2
-rw-r--r--src/webui.rs2
4 files changed, 19 insertions, 19 deletions
diff --git a/Cargo.lock b/Cargo.lock
index ad72f54..c227939 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -83,22 +83,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487"
[[package]]
-name = "archiver"
-version = "0.1.0"
-dependencies = [
- "anyhow",
- "axum",
- "env_logger",
- "futures",
- "log",
- "markup",
- "serde",
- "serde_json",
- "serde_yml",
- "tokio",
-]
-
-[[package]]
name = "autocfg"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -515,6 +499,22 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
[[package]]
+name = "isdad"
+version = "0.1.0"
+dependencies = [
+ "anyhow",
+ "axum",
+ "env_logger",
+ "futures",
+ "log",
+ "markup",
+ "serde",
+ "serde_json",
+ "serde_yml",
+ "tokio",
+]
+
+[[package]]
name = "itoa"
version = "1.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
diff --git a/Cargo.toml b/Cargo.toml
index dba455b..b814ce0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,5 +1,5 @@
[package]
-name = "archiver"
+name = "isdad"
version = "0.1.0"
edition = "2024"
diff --git a/readme.md b/readme.md
index 83461ca..2f647b6 100644
--- a/readme.md
+++ b/readme.md
@@ -1,4 +1,4 @@
-# archiver
+# isda
Generic task queue server with scripts for downloading with different tools.
diff --git a/src/webui.rs b/src/webui.rs
index f2685d0..73add5f 100644
--- a/src/webui.rs
+++ b/src/webui.rs
@@ -36,7 +36,7 @@ pub(crate) async fn webui(S(state): S<Arc<RwLock<State>>>) -> Html<String> {
meta[charset="UTF-8"];
link[rel="stylesheet", href="/style.css"];
script[src="/webui_live.js", defer] {}
- title { "Queue-Server" }
+ title { @env!("CARGO_PKG_NAME") }
}
body {
section[id="workers"] {