mirror of
https://github.com/darkicewolf50/RustBrock.git
synced 2025-06-15 04:54:17 -06:00
8 lines
155 B
TOML
8 lines
155 B
TOML
[package]
|
|
name = "actix_web_learning"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
actix-web = "4"
|
|
serde = { version = "1.0", features = ["derive"] } |