25 lines
955 B
TOML
25 lines
955 B
TOML
[package]
|
|
name = "multitier-tvix-cache"
|
|
version = "0.2.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
serde = "1.0.210"
|
|
tokio = { version = "1.40.0", features = ["full"] }
|
|
tokio-stream = "0.1.16"
|
|
tonic = "0.12.2"
|
|
tower = "0.5.1"
|
|
tower-http = { version= "0.6.0", features = ["trace"]}
|
|
tracing = "0.1.40"
|
|
tvix-castore = { git = "https://git.dgnum.eu/mdebray/tvl-depot", rev = "1333cca6e467fb9d870e1b40c84314f80dbd4577" }
|
|
tvix-store = { git = "https://git.dgnum.eu/mdebray/tvl-depot", rev = "1333cca6e467fb9d870e1b40c84314f80dbd4577", features = ["xp-store-composition" ] }
|
|
tvix-tracing = { git = "https://git.dgnum.eu/mdebray/tvl-depot", rev = "1333cca6e467fb9d870e1b40c84314f80dbd4577" }
|
|
nar-bridge = { git = "https://git.dgnum.eu/mdebray/tvl-depot", rev = "1333cca6e467fb9d870e1b40c84314f80dbd4577" }
|
|
url = "2.5.2"
|
|
clap = "4.5.18"
|
|
axum = "0.7.6"
|
|
tokio-listener = { version = "0.4.3", features = ["serde"] }
|
|
toml = "0.8.19"
|
|
futures = "0.3.30"
|
|
tonic-health = "0.12.2"
|