mirror of
https://github.com/actix/examples
synced 2024-11-23 14:31:07 +01:00
dot rustfmt config
This commit is contained in:
parent
fa49784d07
commit
84fcd7435c
@ -90,11 +90,12 @@ awc = "3"
|
|||||||
|
|
||||||
chrono = { version = "0.4.20", default-features = false, features = ["clock", "serde"] }
|
chrono = { version = "0.4.20", default-features = false, features = ["clock", "serde"] }
|
||||||
derive_more = "0.99.7"
|
derive_more = "0.99.7"
|
||||||
|
dotenv = "0.15"
|
||||||
env_logger = "0.10"
|
env_logger = "0.10"
|
||||||
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"
|
log = "0.4"
|
||||||
rand = "0.8"
|
rand = "0.8"
|
||||||
serde = { version = "1", features = ["derive"] }
|
serde = { version = "1", features = ["derive"] }
|
||||||
serde_json = "1"
|
serde_json = "1"
|
||||||
tokio = { version = "1.24.2", features = ["sync"] }
|
tokio = { version = "1.24.2", features = ["sync", "io-util"] }
|
||||||
tokio-util = "0.7.4"
|
tokio-util = "0.7.4"
|
||||||
|
Loading…
Reference in New Issue
Block a user