1
0
mirror of https://github.com/actix/examples synced 2024-12-02 18:02:22 +01:00
examples/error_handling/Cargo.toml
2019-04-07 23:39:45 -07:00

15 lines
247 B
TOML

[package]
name = "error_handling"
version = "0.1.0"
authors = ["dowwie <dkcdkg@gmail.com>"]
edition = "2018"
workspace = ".."
[dependencies]
actix-web = "1.0.0-alpha.4"
derive_more = "0.14.0"
futures = "0.1.23"
rand = "0.5.4"
env_logger = "0.6"