mirror of
https://github.com/AThilenius/axum-connect.git
synced 2024-11-24 15:19:00 +00:00
14 lines
317 B
TOML
14 lines
317 B
TOML
[package]
|
|
name = "axum-connect-example"
|
|
version = "0.2.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
async-stream = "0.3.5"
|
|
axum = "0.7.2"
|
|
axum-connect = { path = "../axum-connect" }
|
|
prost = "0.12.1"
|
|
tokio = { version = "1.0", features = ["full"] }
|
|
|
|
[build-dependencies]
|
|
axum-connect-build = { path = "../axum-connect-build" }
|