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
217 B
TOML
Raw Normal View History

2019-06-17 19:46:21 +02:00
[package]
name = "my_errors"
version = "1.0.0"
2023-11-01 16:11:40 +01:00
publish = false
edition.workspace = true
2019-06-17 19:46:21 +02:00
[dependencies]
2022-02-26 04:56:24 +01:00
actix-web = "4"
derive_more = { version = "1", features = ["display", "error"] }
env_logger = "0.11"
2020-09-12 17:21:54 +02:00
log = "0.4"