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:
17
actix-protobuf/examples/prost-example/Cargo.toml
Normal file
17
actix-protobuf/examples/prost-example/Cargo.toml
Normal 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="../../" }
|
Reference in New Issue
Block a user