rapid-cli 0.6.0

The CLI tool for the Rapid framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[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.8"

# Rapid binary
[[bin]]
name = "api"
path = "pages/api/root.rs"