rapid-test/Cargo.toml

18 lines
444 B
TOML

[package]
name = "api"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
futures-util = "0.3.28"
include_dir = "0.7.3"
rapid-web = { git = "https://github.com/Cincinnati-Ventures/rapid" }
serde = { version = "1.0.178", features = ["serde_derive", "derive"] }
serde_json = "1.0.104"
# Rapid binary
[[bin]]
name = "api"
path = "pages/api/root.rs"