Serve the current state using rocket

This commit is contained in:
George Kaklamanos 2023-05-23 19:17:25 +03:00
parent 42bdc0361d
commit 6d434ae4a4
2 changed files with 15 additions and 1 deletions

View file

@ -7,5 +7,6 @@ edition = "2021"
clap = { version = "4.2.7", features = ["cargo", "derive"] }
regex = "1.8.1"
reqwest = { version = "0.11.17", features = ["blocking", "json"] }
rocket = "=0.5.0-rc.3"
serde_json = "1.0.96"
spaceapi = "0.9.0"