refactor(tvix): move refscan module to castore
This is required to add the optional refscanner parameter to the ingest functions. Change-Id: Ib40a7287cf857eb55e31e0df309a79474fefb518 Reviewed-on: https://cl.tvl.fyi/c/depot/+/12527 Autosubmit: yuka <yuka@yuka.dev> Reviewed-by: flokli <flokli@flokli.de> Tested-by: BuildkiteCI
This commit is contained in:
parent
ed2bd88850
commit
caf597db81
7 changed files with 19 additions and 13 deletions
|
|
@ -37,6 +37,7 @@ serde = { workspace = true, features = ["derive"] }
|
|||
serde_with = { workspace = true }
|
||||
serde_qs = { workspace = true }
|
||||
petgraph = { workspace = true }
|
||||
pin-project = { workspace = true }
|
||||
erased-serde = { workspace = true }
|
||||
serde_tagged = { workspace = true }
|
||||
hyper-util = { workspace = true }
|
||||
|
|
@ -52,6 +53,7 @@ virtio-queue = { workspace = true, optional = true }
|
|||
vm-memory = { workspace = true, optional = true }
|
||||
vmm-sys-util = { workspace = true, optional = true }
|
||||
virtio-bindings = { workspace = true, optional = true }
|
||||
wu-manber = { workspace = true }
|
||||
|
||||
[build-dependencies]
|
||||
prost-build = { workspace = true }
|
||||
|
|
@ -66,6 +68,7 @@ hex-literal = { workspace = true }
|
|||
rstest_reuse = { workspace = true }
|
||||
xattr = { workspace = true }
|
||||
serde_json = { workspace = true }
|
||||
tokio-test = { workspace = true }
|
||||
|
||||
[features]
|
||||
default = ["cloud"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue