rapid-test/Cargo.toml

16 lines
301 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 = "0.4.7"
# Rapid binary
[[bin]]
name = "api"
path = "pages/api/root.rs"