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

First pass at Requests Chapter.

This commit is contained in:
Cameron Dershem
2019-06-17 14:34:23 -04:00
parent f07c78a5ca
commit 507842bf1c
9 changed files with 173 additions and 129 deletions

View File

@ -0,0 +1,12 @@
[package]
name = "requests"
version = "0.1.0"
authors = ["Cameron Dershem <cameron@pinkhatbeard.com>"]
edition = "2018"
[dependencies]
serde = "1.0"
serde_json = "1.0"
actix-web = "1.0"
futures = "0.1"
bytes = "0.4"