1
0
mirror of https://github.com/actix/examples synced 2025-01-22 22:05:57 +01:00

15 lines
254 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"
workspace = ".."
2018-08-07 12:03:16 -04:00
[dependencies]
2019-12-25 20:48:33 +04:00
actix-web = "2.0.0"
2019-12-15 23:07:17 +06:00
actix-rt = "1.0.0"
2019-12-07 23:59:24 +06:00
derive_more = "0.99.2"
futures = "0.3.1"
2020-04-05 02:26:11 +09:00
rand = "0.7"
env_logger = "0.7"