1
0
mirror of https://github.com/actix/examples synced 2024-11-24 06:43:00 +01:00
examples/basics/error-handling/Cargo.toml
2022-02-18 02:22:58 +00:00

11 lines
168 B
TOML

[package]
name = "error_handling"
version = "1.0.0"
edition = "2021"
[dependencies]
actix-web = "4.0.0-beta.21"
derive_more = "0.99.2"
rand = "0.8"
env_logger = "0.9"