summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: a5883c530d884817d3a1614f7efdef8f3f8ec797 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "spaceapi-svr"
version = "0.1.0"
edition = "2024"

[dependencies]
hyper = { version = "1", features = ["full"] }
tokio = { version = "1", features = ["full"] }
http-body-util = "0.1"
hyper-util = { version = "0.1", features = ["full"] }
serde_json = "1.0.140"