1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00
examples/error_handling/Cargo.toml

13 lines
218 B
TOML
Raw Normal View History

2018-08-07 18:03:16 +02: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"