1
0
mirror of https://github.com/actix/examples synced 2025-01-23 06:14:35 +01:00

12 lines
196 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"
2018-08-07 12:03:16 -04:00
authors = ["dowwie <dkcdkg@gmail.com>"]
2019-03-09 18:03:09 -08:00
edition = "2018"
2018-08-07 12:03:16 -04:00
[dependencies]
2020-09-12 16:49:45 +01:00
actix-web = "3"
2019-12-07 23:59:24 +06:00
derive_more = "0.99.2"
2020-04-05 02:26:11 +09:00
rand = "0.7"
env_logger = "0.8"