feat(zseri): Add store-ref-scanner crate
This crate implements the scanner for finding references to store paths in uncompressed binary blobs and text files. It is currently a minimally working prototype and it is probably a good idea to polish the interface further. Change-Id: I8406f9d52d254fc3d660ea2b9bc9b7841cc815ec Reviewed-on: https://cl.tvl.fyi/c/depot/+/4596 Tested-by: BuildkiteCI Reviewed-by: zseri <zseri.devel@ytrizja.de>
This commit is contained in:
parent
979502335b
commit
8cdda57580
8 changed files with 2018 additions and 0 deletions
16
users/zseri/store-ref-scanner/Cargo.toml
Normal file
16
users/zseri/store-ref-scanner/Cargo.toml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
[package]
|
||||
name = "store-ref-scanner"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
camino = "1.0"
|
||||
once_cell = "1.9.0"
|
||||
proc_unroll = "0.1"
|
||||
|
||||
[dev-dependencies]
|
||||
|
||||
[dev-dependencies.proptest]
|
||||
version = "1.0"
|
||||
default-features = false
|
||||
features = ["std"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue