1
0
mirror of https://github.com/actix/examples synced 2025-06-26 17:17:42 +02:00

refactor: improve basics example

This commit is contained in:
Rob Ede
2025-05-12 06:40:45 +01:00
parent 92b0688df6
commit 03da1cb967
6 changed files with 29 additions and 29 deletions

View File

@ -98,6 +98,7 @@ actix-web-lab = "0.24"
actix-ws = "0.3"
awc = "3.7"
async-stream = "0.3"
chrono = { version = "0.4.30", features = ["serde"] }
color-eyre = "0.6"
derive_more = "2"