1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-27 10:39:03 +02:00

move to own module

This commit is contained in:
Rob Ede
2020-01-29 11:36:31 +00:00
parent 3ed6519c0c
commit dbd52a48a4
12 changed files with 0 additions and 0 deletions

View File

@ -0,0 +1,17 @@
[package]
name = "prost-example"
version = "0.5.0"
edition = "2018"
authors = ["kingxsp <jin.hb.zh@outlook.com>, Yuki Okushi <huyuumi.dev@gmail.com>"]
[dependencies]
bytes = "0.5"
env_logger = "*"
prost = "0.6.0"
prost-derive = "0.6.0"
actix = "0.9"
actix-rt = "1"
actix-web = "2"
actix-protobuf = { path="../../" }