1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00
examples/basics/error-handling/Cargo.toml
2023-01-02 20:35:37 +00:00

13 lines
207 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.workspace = true