![]() |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
Cargo.toml | ||
README.md | ||
test.sh |
README.md
Axum
Install via commands:
cargo add axum -F "headers,http1,json,macros,matched-path,multipart,tokio,tower-log,ws,form,query"
cargo add sqlx -F "runtime-tokio-native-tls,mysql,chrono"
cargo add serde -F "derive"
cargo add tokio -F "full"
cargo add tower -F "full"
cargo add tower-http -F "add-extension,trace"
cargo add tracing
cargo add tracing-subscriber -F "env-filter"
cargo add uuid -F "serde,v4"