toys/axum/simulink_bridge
anjingyu 63930a3d9b chore: migrate 2024-04-14 23:20:38 +08:00
..
src chore: migrate 2024-04-14 23:20:38 +08:00
.gitignore chore: migrate 2024-04-14 23:20:38 +08:00
Cargo.toml chore: migrate 2024-04-14 23:20:38 +08:00
README.md chore: migrate 2024-04-14 23:20:38 +08:00
test.sh chore: migrate 2024-04-14 23:20:38 +08:00

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"