1
0
mirror of https://github.com/actix/examples synced 2025-02-02 17:39:05 +01:00

15 lines
247 B
TOML
Raw Normal View History

2018-08-07 12:03:16 -04:00
[package]
name = "error_handling"
version = "0.1.0"
authors = ["dowwie <dkcdkg@gmail.com>"]
2019-03-09 18:03:09 -08:00
edition = "2018"
workspace = ".."
2018-08-07 12:03:16 -04:00
[dependencies]
2019-03-30 09:12:42 -07:00
actix-web = "1.0.0-alpha.2"
2019-03-09 18:03:09 -08:00
derive_more = "0.14.0"
2018-08-07 12:03:16 -04:00
futures = "0.1.23"
rand = "0.5.4"
2019-03-09 18:03:09 -08:00
env_logger = "0.6"