25 lines
797 B
TOML
25 lines
797 B
TOML
[package]
|
|
name = "multitier-tvix-cache"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
serde = "1.0.204"
|
|
tokio = { version = "1.38.1", features = ["full"] }
|
|
tokio-stream = "0.1.15"
|
|
tonic = "0.12.1"
|
|
tower = "0.4.13"
|
|
tower-http = "0.5.2"
|
|
tracing = "0.1.40"
|
|
tvix-castore = { git = "https://cl.tvl.fyi/depot", rev = "refs/changes/11/12011/6" }
|
|
tvix-store = { git = "https://cl.tvl.fyi/depot", rev = "refs/changes/11/12011/6", features = ["xp-store-composition" ] }
|
|
tvix-tracing = { git = "https://cl.tvl.fyi/depot", rev = "refs/changes/11/12011/6" }
|
|
nar-bridge = { git = "https://cl.tvl.fyi/depot", rev = "refs/changes/11/12011/6" }
|
|
url = "2.5.2"
|
|
clap = "4.5.9"
|
|
axum = "0.7.5"
|
|
tokio-listener = { version = "0.4.3", features = ["serde"] }
|
|
toml = "0.8.15"
|
|
futures = "0.3.30"
|
|
tonic-health = "0.12.1"
|