tvl-depot/tvix/build/Cargo.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

23 lines
375 B
TOML
Raw Normal View History

[package]
name = "tvix-build"
version = "0.1.0"
edition = "2021"
[dependencies]
bytes = "1.4.0"
prost = "0.12.1"
tonic = "0.10.2"
tvix-castore = { path = "../castore" }
[dependencies.tonic-reflection]
optional = true
version = "0.10.2"
[build-dependencies]
prost-build = "0.12.1"
tonic-build = "0.10.2"
[features]
default = []
tonic-reflection = ["dep:tonic-reflection"]