about summary refs log tree commit diff stats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRen Kararou <[email protected]>2025-11-29 20:17:15 -0600
committerRen Kararou <[email protected]>2025-11-29 20:19:28 -0600
commitf2558babd9cd64764730a832f837cad3d920fdd7 (patch)
treec7f5c0ccf851a312ef67bd7a092d50e3de840d97 /Cargo.toml
parent36a706b7d17bfa332f07ab18b1d3ff30f0aaf6d3 (diff)
downloadviolet-f2558babd9cd64764730a832f837cad3d920fdd7.tar.gz
violet-f2558babd9cd64764730a832f837cad3d920fdd7.tar.bz2
violet-f2558babd9cd64764730a832f837cad3d920fdd7.zip
start routing to actually do something useful
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b62bd62..ab46252 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,6 +8,8 @@ publish = ["crates-io"]
 base64 = "0.22.1"
 chrono = "0.4.42"
 confy = "2.0.0"
+daemonize-me = "2.0.2"
+image = "0.25.9"
 reqwest = "0.12.24"
 rig-core = { version = "0.24.0", features = ["all", "audio"] }
 rodio = "0.21.1"