1
0
mirror of https://github.com/actix/examples synced 2024-11-24 14:53:00 +01:00
examples/basics/error_handling/Cargo.toml

11 lines
168 B
TOML
Raw Normal View History

2018-08-07 18:03:16 +02:00
[package]
name = "error_handling"
2019-12-07 18:59:24 +01:00
version = "1.0.0"
2022-02-02 02:43:51 +01:00
edition = "2021"
2018-08-07 18:03:16 +02:00
[dependencies]
actix-web = "4.0.0-beta.21"
2019-12-07 18:59:24 +01:00
derive_more = "0.99.2"
rand = "0.8"
env_logger = "0.9"