did some inital testing with actix
Some checks failed
Test Gitea Actions / first (push) Successful in 14s
Test Gitea Actions / check-code (push) Failing after 12s
Test Gitea Actions / test (push) Has been skipped
Test Gitea Actions / documentation-check (push) Has been skipped

This commit is contained in:
2025-02-27 16:30:59 -07:00
parent efdb732c96
commit ad92fedb9c
6 changed files with 1577 additions and 2 deletions

View File

@ -0,0 +1,8 @@
[package]
name = "actix_web_learning"
version = "0.1.0"
edition = "2024"
[dependencies]
actix-web = "4"
serde = { version = "1.0", features = ["derive"] }