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

13 lines
218 B
TOML
Raw Normal View History

2018-08-07 12:03:16 -04:00
[package]
name = "error_handling"
version = "0.1.0"
authors = ["dowwie <dkcdkg@gmail.com>"]
[dependencies]
actix = "0.7.3"
actix-web = "0.7.3"
failure = "0.1.2"
futures = "0.1.23"
rand = "0.5.4"
env_logger = "0.5.12"