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:
parent
ea6f102343
commit
951b0387a1
9
Cargo.lock
generated
9
Cargo.lock
generated
@ -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"
|
||||
|
@ -66,6 +66,7 @@ members = [
|
||||
"websockets/chat",
|
||||
"websockets/echo-actorless",
|
||||
"websockets/echo",
|
||||
"test/status-codes",
|
||||
]
|
||||
|
||||
[workspace.package]
|
||||
|
Loading…
x
Reference in New Issue
Block a user