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

9 lines
111 B
TOML
Raw Normal View History

2019-06-17 19:46:21 +02:00
[package]
name = "errors"
version = "1.0.0"
2019-06-17 19:46:21 +02:00
edition = "2018"
[dependencies]
actix-web = "1.0"
failure = "0.1"