1
0
mirror of https://github.com/actix/examples synced 2025-06-27 01:27:43 +02:00

refactor basics/basics

This commit is contained in:
Rob Ede
2022-02-02 01:43:27 +00:00
parent 8dcc610d23
commit 07384c91aa
3 changed files with 50 additions and 39 deletions

4
Cargo.lock generated
View File

@ -1390,11 +1390,11 @@ version = "2.0.0"
dependencies = [
"actix-files 0.6.0-beta.16",
"actix-session 0.5.0-beta.7",
"actix-utils 3.0.0",
"actix-web 4.0.0-rc.1",
"async-stream",
"env_logger 0.9.0",
"log",
"tokio 1.16.1",
"tokio-stream",
]
[[package]]