1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00
examples/basics/error-handling/Cargo.toml
2022-12-30 16:25:40 +00:00

13 lines
204 B
TOML

[package]
name = "error_handling"
version = "1.0.0"
edition = "2021"
[dependencies]
actix-web = { workspace = true }
derive_more = "0.99.5"
env_logger.workspace = true
log.workspace = true
rand = "0.8"