mirror of
https://github.com/actix/examples
synced 2024-11-23 22:41:07 +01:00
13 lines
187 B
TOML
13 lines
187 B
TOML
[package]
|
|
name = "error_handling"
|
|
version = "1.0.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
actix-web = { workspace = true }
|
|
|
|
derive_more = "0.99.5"
|
|
env_logger = "0.10"
|
|
log = "0.4"
|
|
rand = "0.8"
|