From f6e12d9e78158c666a87b037824dc876b4b4316b Mon Sep 17 00:00:00 2001 From: zseri Date: Mon, 11 Apr 2022 09:43:53 +0200 Subject: chore(zseri/s-r-sc): prepare for publishing on crates.io Change-Id: Iaa9aab04a14dc2a62c5427e796d3df49bd31f9c3 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5442 Tested-by: BuildkiteCI Reviewed-by: zseri --- users/zseri/store-ref-scanner/Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'users/zseri/store-ref-scanner/Cargo.toml') 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] -- cgit 1.4.1