25 lines
921 B
TOML
25 lines
921 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://git.dgnum.eu/mdebray/tvl-depot", rev = "d070430e8a4754091b7b030d6b994915eb571523" }
|
|
tvix-store = { git = "https://git.dgnum.eu/mdebray/tvl-depot", rev = "d070430e8a4754091b7b030d6b994915eb571523", features = ["xp-store-composition" ] }
|
|
tvix-tracing = { git = "https://git.dgnum.eu/mdebray/tvl-depot", rev = "d070430e8a4754091b7b030d6b994915eb571523" }
|
|
nar-bridge = { git = "https://git.dgnum.eu/mdebray/tvl-depot", rev = "d070430e8a4754091b7b030d6b994915eb571523" }
|
|
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"
|