diff options
Diffstat (limited to 'users/zseri/store-ref-scanner/Cargo.toml')
-rw-r--r-- | users/zseri/store-ref-scanner/Cargo.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/users/zseri/store-ref-scanner/Cargo.toml b/users/zseri/store-ref-scanner/Cargo.toml index ad565f09af2e..836d90e88355 100644 --- a/users/zseri/store-ref-scanner/Cargo.toml +++ b/users/zseri/store-ref-scanner/Cargo.toml @@ -1,6 +1,11 @@ [package] name = "store-ref-scanner" version = "0.1.0" +description = "scanner/extractor of Nix-like store paths from byte arrays/streams" +license = "MIT OR Apache-2.0" +categories = ["no-std", "parsing"] edition = "2021" +homepage = "https://cs.tvl.fyi/depot/-/tree/users/zseri/store-ref-scanner" +include = ["/src"] [dependencies] |