feat: left right movement done

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-05-02 23:47:47 +02:00
parent d7e21a256d
commit 9de5e6bbff
11 changed files with 522 additions and 224 deletions

View File

@@ -14,3 +14,4 @@ clap = { version = "4", features = ["derive", "env"] }
dotenv = { version = "0.15" }
axum = { version = "0.7" }
serde_json = "1.0.116"
itertools = "0.12.1"