This repository has been archived on 2025-04-22. You can view files and clone it, but cannot push or open issues or pull requests.
rust-demo/Cargo.toml
2024-11-06 20:29:11 +08:00

9 lines
108 B
TOML

[package]
name = "demo"
version = "0.1.0"
edition = "2021"
[dependencies]
mysql = "25.0.1"
actix-web = "4"