axum-connect/axum-connect-build/Cargo.toml

12 lines
354 B
TOML
Raw Normal View History

2023-03-03 01:47:16 +00:00
[package]
name = "axum-connect-build"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0"
convert_case = "0.6.0"
protobuf = { git = "https://github.com/AThilenius/rust-protobuf.git" }
protobuf-codegen = { git = "https://github.com/AThilenius/rust-protobuf.git" }
protobuf-parse = { git = "https://github.com/AThilenius/rust-protobuf.git" }