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

13 lines
187 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 = { workspace = true }
2022-03-06 01:41:32 +01:00
derive_more = "0.99.5"
2022-12-11 16:25:57 +01:00
env_logger = "0.10"
2022-03-06 01:41:32 +01:00
log = "0.4"
rand = "0.8"