1
0
mirror of https://github.com/actix/actix-website synced 2025-01-23 00:25:55 +01:00

11 lines
142 B
TOML
Raw Normal View History

2019-06-17 13:46:21 -04:00
[package]
name = "errors"
version = "1.0.0"
2019-06-17 13:46:21 -04:00
edition = "2018"
[dependencies]
actix-web = "1.0"
failure = "0.1"
2019-06-24 21:18:30 -04:00
env_logger = "0.6"
log = "0.4"