initial commit

This commit is contained in:
Daniel Maslowski
2024-05-21 21:48:14 +02:00
commit f3e05f44dc
5 changed files with 257 additions and 0 deletions

10
Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "chaospott-status"
version = "0.1.0"
edition = "2021"
[dependencies]
serde = "1.0.202"
serde_derive = "1.0.202"
serde_json = "1.0.117"
spaceapi = "0.9.0"