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

First pass at Handlers chapter.

This commit is contained in:
Cameron Dershem
2019-06-15 16:37:08 -04:00
parent ebc6a44650
commit f7b22dfdc0
13 changed files with 238 additions and 184 deletions

View File

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