1
0
mirror of https://github.com/actix/actix-website synced 2024-11-27 18:12:57 +01:00
actix-website/examples/errors/Cargo.toml
2023-11-01 15:09:54 +00:00

12 lines
167 B
TOML

[package]
name = "my_errors"
version = "1.0.0"
edition = "2021"
[dependencies]
actix-web = "4"
derive_more = "0.99"
env_logger = "0.7"
log = "0.4"
# actix-http = "1"