mirror of
https://github.com/actix/actix-website
synced 2024-11-24 00:41:07 +01:00
12 lines
173 B
TOML
12 lines
173 B
TOML
[package]
|
|
name = "my_errors"
|
|
version = "1.0.0"
|
|
publish = false
|
|
edition.workspace = true
|
|
|
|
[dependencies]
|
|
actix-web = "4"
|
|
derive_more = "0.99"
|
|
env_logger = "0.10"
|
|
log = "0.4"
|