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

13 lines
169 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]
2022-02-25 22:07:22 +01:00
actix-web = "4"
2022-03-06 01:41:32 +01:00
derive_more = "0.99.5"
env_logger = "0.9"
2022-03-06 01:41:32 +01:00
log = "0.4"
rand = "0.8"