mirror of
https://github.com/tokio-rs/axum.git
synced 2024-11-22 15:17:18 +01:00
20 lines
544 B
TOML
20 lines
544 B
TOML
[package]
|
|
name = "example-rest-grpc-multiplex"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
axum = { path = "../../axum" }
|
|
futures = "0.3"
|
|
hyper = { version = "1.0.0", features = ["full"] }
|
|
#prost = "0.11"
|
|
#tokio = { version = "1", features = ["full"] }
|
|
#tonic = { version = "0.9" }
|
|
#tonic-reflection = "0.9"
|
|
tower = { version = "0.4", features = ["full"] }
|
|
#tracing = "0.1"
|
|
#tracing-subscriber = { version = "0.3", features = ["env-filter"] }
|
|
|
|
[build-dependencies]
|
|
tonic-build = { version = "0.9", features = ["prost"] }
|