1
0
mirror of https://github.com/actix/examples synced 2025-02-21 17:02:47 +01:00

feat(test): add submodule for test examples

This commit is contained in:
0xBradock 2024-01-17 21:05:31 +01:00
parent ea6f102343
commit 951b0387a1
2 changed files with 10 additions and 0 deletions

9
Cargo.lock generated
View File

@ -7372,6 +7372,15 @@ version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
[[package]]
name = "status-codes"
version = "0.1.0"
dependencies = [
"actix-web",
"env_logger",
"log",
]
[[package]]
name = "string_cache"
version = "0.8.7"

View File

@ -66,6 +66,7 @@ members = [
"websockets/chat",
"websockets/echo-actorless",
"websockets/echo",
"test/status-codes",
]
[workspace.package]