1
0
mirror of https://github.com/actix/actix-website synced 2025-06-27 15:39:02 +02:00

First pass at errors section.

This commit is contained in:
Cameron Dershem
2019-06-17 13:46:21 -04:00
parent 71e6f076a4
commit f07c78a5ca
8 changed files with 124 additions and 107 deletions

View File

@ -0,0 +1,8 @@
[package]
name = "errors"
version = "0.1.0"
edition = "2018"
[dependencies]
actix-web = "1.0"
failure = "0.1"