1
0
mirror of https://github.com/actix/examples synced 2024-11-24 06:43:00 +01:00
examples/other/protobuf/Cargo.toml
2022-02-02 01:45:20 +00:00

15 lines
212 B
TOML

[package]
name = "protobuf-example"
version = "1.0.0"
edition = "2021"
[dependencies]
actix = "0.10"
actix-protobuf = "0.6"
actix-web = "3"
bytes = "0.5.4"
env_logger = "0.9"
prost = "0.6"
prost-derive = "0.6"