mirror of
https://github.com/actix/examples
synced 2025-03-20 10:35:18 +01:00
chore: refmt root manifest
This commit is contained in:
parent
ae5cd51262
commit
049015b187
@ -100,14 +100,9 @@ chrono = { version = "0.4.30", features = ["serde"] }
|
|||||||
derive_more = "0.99.7"
|
derive_more = "0.99.7"
|
||||||
dotenvy = "0.15"
|
dotenvy = "0.15"
|
||||||
env_logger = "0.11"
|
env_logger = "0.11"
|
||||||
eyre = { version = "0.6", default-features = false, features = [
|
eyre = { version = "0.6", default-features = false, features = ["auto-install", "track-caller"] }
|
||||||
"auto-install",
|
|
||||||
"track-caller",
|
|
||||||
] }
|
|
||||||
color-eyre = "0.6"
|
color-eyre = "0.6"
|
||||||
futures-util = { version = "0.3.17", default-features = false, features = [
|
futures-util = { version = "0.3.17", default-features = false, features = ["std"] }
|
||||||
"std",
|
|
||||||
] }
|
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
openssl = { version = "0.10.60", features = ["v110"] }
|
openssl = { version = "0.10.60", features = ["v110"] }
|
||||||
rand = "0.8"
|
rand = "0.8"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user