1
0
mirror of https://github.com/actix/examples synced 2025-02-02 17:39:05 +01:00
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"