1
0
mirror of https://github.com/actix/examples synced 2025-02-02 17:39:05 +01:00

13 lines
204 B
TOML
Raw Normal View History

2018-08-07 12:03:16 -04:00
[package]
name = "error_handling"
2019-12-07 23:59:24 +06:00
version = "1.0.0"
2022-02-02 01:43:51 +00:00
edition = "2021"
2018-08-07 12:03:16 -04:00
[dependencies]
actix-web = { workspace = true }
2022-03-06 00:41:32 +00:00
derive_more = "0.99.5"
env_logger.workspace = true
log.workspace = true
2022-03-06 00:41:32 +00:00
rand = "0.8"