4d8e86bc357444589bdaef1a28c.../Cargo.toml
2025-03-12 17:36:55 +00:00

10 lines
218 B
TOML

[package]
edition = "2024"
name = "function-kml"
version = "0.1.0"
[dependencies]
axum = "0.8"
serde_json = "1.0.138"
tokio = { version = "1.43.0", features = ["macros", "rt-multi-thread"] }