mirror of
https://github.com/actix/examples
synced 2024-11-24 06:43:00 +01:00
15 lines
272 B
TOML
15 lines
272 B
TOML
[package]
|
|
name = "error_handling"
|
|
version = "1.0.0"
|
|
authors = ["dowwie <dkcdkg@gmail.com>"]
|
|
edition = "2018"
|
|
workspace = ".."
|
|
|
|
[dependencies]
|
|
actix-web = "2.0.0-alpha.3"
|
|
actix-rt = "1.0.0-alpha.3"
|
|
derive_more = "0.99.2"
|
|
futures = "0.3.1"
|
|
rand = "0.5.4"
|
|
env_logger = "0.6"
|