mirror of
https://github.com/actix/examples
synced 2025-01-22 22:05:57 +01:00
Fix workspace compilation
This commit is contained in:
parent
eb7851c967
commit
6bfdec78af
@ -34,8 +34,7 @@ members = [
|
|||||||
"rustls",
|
"rustls",
|
||||||
"shutdown-server",
|
"shutdown-server",
|
||||||
"server-sent-events",
|
"server-sent-events",
|
||||||
# Depency clang outdate bindgen@0.48
|
"simple-auth-server",
|
||||||
# "simple-auth-server",
|
|
||||||
"state",
|
"state",
|
||||||
"static_index",
|
"static_index",
|
||||||
"template_askama",
|
"template_askama",
|
||||||
|
@ -9,7 +9,8 @@ workspace = ".."
|
|||||||
actix-identity = "0.2.0"
|
actix-identity = "0.2.0"
|
||||||
actix-web = "2.0.0"
|
actix-web = "2.0.0"
|
||||||
actix-rt = "1.0.0"
|
actix-rt = "1.0.0"
|
||||||
argonautica = "0.2.0"
|
# FIXME: Specify the commit hash to use bindgen v0.50.
|
||||||
|
argonautica = { git = "https://github.com/bcmyers/argonautica", rev = "67fc8d8d7d67696cd8ca7a59b92531f06b089212" }
|
||||||
chrono = { version = "0.4.6", features = ["serde"] }
|
chrono = { version = "0.4.6", features = ["serde"] }
|
||||||
derive_more = "0.99.0"
|
derive_more = "0.99.0"
|
||||||
diesel = { version = "1.4.2", features = ["postgres", "uuidv07", "r2d2", "chrono"] }
|
diesel = { version = "1.4.2", features = ["postgres", "uuidv07", "r2d2", "chrono"] }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user