feat: add server implementation

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-11-22 12:56:28 +01:00
parent a023bf223e
commit 463e49ecf3
5 changed files with 660 additions and 293 deletions

View File

@@ -3,7 +3,6 @@ members = ["crates/*"]
resolver = "2"
[workspace.dependencies]
iamvisual = { path = "crates/iamvisual" }
anyhow = { version = "1" }
tokio = { version = "1", features = ["full"] }