about summary refs log tree commit diff
path: root/users/zseri/store-ref-scanner/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'users/zseri/store-ref-scanner/Cargo.toml')
-rw-r--r--users/zseri/store-ref-scanner/Cargo.toml5
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 ad565f09af..836d90e883 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]