mirror of
https://github.com/actix/examples
synced 2024-11-23 22:41:07 +01:00
12 lines
196 B
TOML
12 lines
196 B
TOML
[package]
|
|
name = "error_handling"
|
|
version = "1.0.0"
|
|
authors = ["dowwie <dkcdkg@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
actix-web = "3"
|
|
derive_more = "0.99.2"
|
|
rand = "0.7"
|
|
env_logger = "0.7"
|