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

12 lines
196 B
TOML

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