multitenant-tvix-binary-cache/Cargo.toml

25 lines
921 B
TOML
Raw Normal View History

2024-07-22 16:02:26 +00:00
[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 = "cacf564e84444c8341fa4875e25481f07bd70f36" }
tvix-store = { git = "https://git.dgnum.eu/mdebray/tvl-depot", rev = "cacf564e84444c8341fa4875e25481f07bd70f36", features = ["xp-store-composition" ] }
tvix-tracing = { git = "https://git.dgnum.eu/mdebray/tvl-depot", rev = "cacf564e84444c8341fa4875e25481f07bd70f36" }
nar-bridge = { git = "https://git.dgnum.eu/mdebray/tvl-depot", rev = "cacf564e84444c8341fa4875e25481f07bd70f36" }
2024-07-22 16:02:26 +00:00
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"