1
0
mirror of https://github.com/actix/actix-website synced 2024-11-24 00:41:07 +01:00
actix-website/examples/errors/Cargo.toml

12 lines
167 B
TOML
Raw Normal View History

2019-06-17 19:46:21 +02:00
[package]
name = "my_errors"
version = "1.0.0"
2019-06-17 19:46:21 +02:00
edition = "2018"
[dependencies]
2022-02-26 04:56:24 +01:00
actix-web = "4"
2020-09-12 17:21:54 +02:00
derive_more = "0.99"
env_logger = "0.7"
log = "0.4"
# actix-http = "1"