mirror of
https://github.com/actix/examples
synced 2024-11-23 22:41:07 +01:00
13 lines
262 B
TOML
13 lines
262 B
TOML
[package]
|
|
name = "protobuf-example"
|
|
version = "1.0.0"
|
|
edition.workspace = true
|
|
|
|
[dependencies]
|
|
actix-protobuf.workspace = true
|
|
actix-web.workspace = true
|
|
|
|
env_logger.workspace = true
|
|
log.workspace = true
|
|
prost = { version = "0.12", features = ["prost-derive"] }
|