1
0
mirror of https://github.com/actix/examples synced 2024-11-24 14:53:00 +01:00
examples/error_handling/Cargo.toml
2020-04-05 02:30:49 +09:00

15 lines
254 B
TOML

[package]
name = "error_handling"
version = "1.0.0"
authors = ["dowwie <dkcdkg@gmail.com>"]
edition = "2018"
workspace = ".."
[dependencies]
actix-web = "2.0.0"
actix-rt = "1.0.0"
derive_more = "0.99.2"
futures = "0.3.1"
rand = "0.7"
env_logger = "0.7"