summaryrefslogtreecommitdiff
path: root/crates/web/Cargo.toml
diff options
context:
space:
mode:
authortcmal <me@aria.rip>2024-09-08 18:46:43 +0100
committertcmal <me@aria.rip>2024-09-12 16:30:09 +0100
commit9a7042df7f9a7ad0324c4442ae918c2a4a442966 (patch)
tree81324f03df3ddaac9db7d1e01ef5b319bef659ef /crates/web/Cargo.toml
parentddc97e9361137fde6f0894ffa729d285159662fa (diff)
Add framework for separate printer control thread
Diffstat (limited to 'crates/web/Cargo.toml')
-rw-r--r--crates/web/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/web/Cargo.toml b/crates/web/Cargo.toml
index 62a3504..2528a0a 100644
--- a/crates/web/Cargo.toml
+++ b/crates/web/Cargo.toml
@@ -4,6 +4,7 @@ version = "0.1.0"
edition = "2021"
[dependencies]
+argonaut-control = { path = "../control" }
axum = "0.7.5"
tracing = { workspace = true }
tracing-subscriber = { workspace = true }