Restructure printer code
This commit is contained in:
parent
dc6265f837
commit
ce2f986983
5 changed files with 149 additions and 96 deletions
|
|
@ -2,7 +2,7 @@ use axum::{extract::State, routing::post, Form, Router};
|
|||
use serde::Deserialize;
|
||||
use tokio::{net::TcpListener, sync::mpsc};
|
||||
|
||||
use crate::command::Command;
|
||||
use crate::drawer::Command;
|
||||
|
||||
#[derive(Clone)]
|
||||
struct Server {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue