mirror of
https://github.com/actix/actix-website
synced 2025-02-08 22:36:07 +01:00
13 lines
193 B
TOML
13 lines
193 B
TOML
[package]
|
|
name = "my_errors"
|
|
version = "1.0.0"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
actix-web = "2.0.0"
|
|
actix-rt = "1.0.0"
|
|
env_logger = "0.7.1"
|
|
log = "0.4.8"
|
|
failure = "0.1.6"
|
|
actix-http = "1.0.1"
|