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
|
|
@ -32,7 +32,6 @@ md-5 = { workspace = true }
|
|||
url = { workspace = true }
|
||||
walkdir = { workspace = true }
|
||||
clap = { workspace = true }
|
||||
wu-manber = { workspace = true }
|
||||
|
||||
[dev-dependencies]
|
||||
criterion = { workspace = true, features = ["html_reports"] }
|
||||
|
|
@ -43,7 +42,6 @@ nix = { workspace = true, features = ["fs"] }
|
|||
pretty_assertions = { workspace = true }
|
||||
rstest = { workspace = true }
|
||||
tempfile = { workspace = true }
|
||||
tokio-test = { workspace = true }
|
||||
|
||||
[features]
|
||||
default = ["nix_tests"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue