wmc/skycraft/server/Cargo.toml

13 lines
331 B
TOML
Raw Normal View History

2024-08-15 12:54:33 +00:00
[package]
name = "skycraft-server"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tide = "0.14.0"
async-std = { version = "1.6.0", features = ["attributes"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"