blog/backend/Cargo.toml
SquidSpirit 98a9ecfd86
All checks were successful
Frontend CI / build (push) Successful in 1m30s
BLOG-43 init: actix-web project
2025-05-05 01:08:56 +08:00

8 lines
108 B
TOML

[package]
name = "squidspirit-blog"
version = "0.1.1"
edition = "2024"
[dependencies]
actix-web = "4.10.2"