diff options
author | tcmal <me@aria.rip> | 2024-09-08 18:46:43 +0100 |
---|---|---|
committer | tcmal <me@aria.rip> | 2024-09-12 16:30:09 +0100 |
commit | 9a7042df7f9a7ad0324c4442ae918c2a4a442966 (patch) | |
tree | 81324f03df3ddaac9db7d1e01ef5b319bef659ef /Cargo.toml | |
parent | ddc97e9361137fde6f0894ffa729d285159662fa (diff) |
Add framework for separate printer control thread
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,7 +1,8 @@ [workspace] resolver = "2" members = [ - "crates/web" + "crates/control", + "crates/web" ] [workspace.dependencies] |