1
0
mirror of https://github.com/actix/examples synced 2024-11-24 06:43:00 +01:00
examples/error_handling/Cargo.toml
2018-08-07 12:03:16 -04:00

13 lines
218 B
TOML

[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"