about summary refs log tree commit diff
path: root/users/fogti/store-ref-scanner/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'users/fogti/store-ref-scanner/Cargo.toml')
-rw-r--r--users/fogti/store-ref-scanner/Cargo.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/users/fogti/store-ref-scanner/Cargo.toml b/users/fogti/store-ref-scanner/Cargo.toml
new file mode 100644
index 0000000000..0ed0c20a39
--- /dev/null
+++ b/users/fogti/store-ref-scanner/Cargo.toml
@@ -0,0 +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/fogti/store-ref-scanner"
+include = ["/src"]
+
+[dependencies]