mirror of
https://github.com/actix/examples
synced 2025-09-01 02:27:00 +02:00
refactor: improve basics example
This commit is contained in:
26
Cargo.lock
generated
26
Cargo.lock
generated
@@ -1705,19 +1705,6 @@ dependencies = [
|
||||
"serde",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "basics"
|
||||
version = "0.0.0"
|
||||
dependencies = [
|
||||
"actix-files",
|
||||
"actix-session",
|
||||
"actix-web",
|
||||
"actix-web-lab",
|
||||
"async-stream",
|
||||
"env_logger",
|
||||
"log",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "bb8"
|
||||
version = "0.8.6"
|
||||
@@ -3142,6 +3129,19 @@ version = "2.5.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
|
||||
|
||||
[[package]]
|
||||
name = "example-basics"
|
||||
version = "0.0.0"
|
||||
dependencies = [
|
||||
"actix-files",
|
||||
"actix-session",
|
||||
"actix-web",
|
||||
"actix-web-lab",
|
||||
"async-stream",
|
||||
"examples-common",
|
||||
"tracing",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "example-cert-watch"
|
||||
version = "0.0.0"
|
||||
|
Reference in New Issue
Block a user