[package] name = "flightplanner-server" version = "0.1.0" edition = "2021" [[bin]] name = "flightplanner-server" path = "src/main.rs" [dependencies] flightplanner-core = { workspace = true } flightplanner-rad = { path = "../rad" } axum = "0.7" tokio = { version = "1", features = ["rt-multi-thread", "macros", "net"] } tower-http = { version = "0.5", features = ["cors"] } serde = { workspace = true } serde_json = { workspace = true }