1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00
examples/basics/error_handling/Cargo.toml
Christopher Gubbin e1dfa6840f
Updated basics/error-handling to v4. (#476)
Co-authored-by: Rob Ede <robjtede@icloud.com>
2022-02-02 01:47:07 +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"