Serve the current state using rocket
This commit is contained in:
parent
42bdc0361d
commit
6d434ae4a4
2 changed files with 15 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue