diff --git a/Cargo.toml b/Cargo.toml index 69583a2..310b5c2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,8 +8,6 @@ edition = "2024" publish = false [dependencies] -actix-web = "4.10.2" serde = { version = "1.0.219", features = ["derive"] } -serde_repr = "0.1.20" serde_json = "1.0.140" schedule_parser = { path = "./lib/schedule_parser" } \ No newline at end of file