[package] name = "speelcraft" description = "A server providing a web interface for comfortably and remotely configuring a Minecraft server instance." version = "0.0.0" repository = "https://github.com/speelbarrow/speelcraft" authors = ["Noah Friedman"] license = "OSL-3.0" edition = "2021" [dependencies] axum = "0.6.19" tokio = { version = "1.29.1", features = ["rt-multi-thread", "macros"] }