[package] name = "bmbp_http_type" version = "0.0.7" edition = "2021" authors = ["bmbp"] description = "BMBP" license = "MIT" readme = "README.md" homepage = "https://github.com/bmbper/bmbp_http_type" repository = "https://github.com/bmbper/bmbp_http_type" documentation = "https://github.com/bmbper/bmbp_http_type" [dependencies] salvo = { version = "0.74", features = [ "default", "serve-static", "cors", "size-limiter", "logging", ] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" serde_repr = "0.1"