1
0
mirror of https://github.com/actix/examples synced 2024-11-24 06:43:00 +01:00
examples/error_handling/Cargo.toml

15 lines
246 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>"]
2019-03-10 03:03:09 +01:00
edition = "2018"
workspace = ".."
2018-08-07 18:03:16 +02:00
[dependencies]
2019-05-12 20:58:26 +02:00
actix-web = "1.0.0-beta.4"
2019-03-10 03:03:09 +01:00
derive_more = "0.14.0"
2018-08-07 18:03:16 +02:00
futures = "0.1.23"
rand = "0.5.4"
2019-03-10 03:03:09 +01:00
env_logger = "0.6"