1
0
mirror of https://github.com/actix/examples synced 2024-11-23 14:31:07 +01:00

chore: refmt root manifest

This commit is contained in:
Rob Ede 2024-06-05 05:00:40 +01:00
parent ae5cd51262
commit 049015b187
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933

View File

@ -100,14 +100,9 @@ chrono = { version = "0.4.30", features = ["serde"] }
derive_more = "0.99.7"
dotenvy = "0.15"
env_logger = "0.11"
eyre = { version = "0.6", default-features = false, features = [
"auto-install",
"track-caller",
] }
eyre = { version = "0.6", default-features = false, features = ["auto-install", "track-caller"] }
color-eyre = "0.6"
futures-util = { version = "0.3.17", default-features = false, features = [
"std",
] }
futures-util = { version = "0.3.17", default-features = false, features = ["std"] }
log = "0.4"
openssl = { version = "0.10.60", features = ["v110"] }
rand = "0.8"