Files
roto/codegen/Cargo.toml
T

19 lines
368 B
TOML
Raw Normal View History

2026-05-04 22:45:55 -07:00
[package]
name = "roto-codegen"
version = "0.1.0"
edition = "2024"
[dependencies]
roto-runtime = { path = "../runtime" }
2026-05-13 23:08:21 -07:00
roto-tonic = { path = "../roto-tonic" }
2026-05-04 22:45:55 -07:00
clap = { version = "4", features = ["derive"] }
log = "0.4"
env_logger = "0.11"
2026-05-13 23:08:21 -07:00
bytes = "1.7"
http-body = "1.0"
http-body-util = "0.1"
tower = "0.4"
tonic = "0.12"
tokio-stream = "0.1"
futures-util = "0.3"