From cff3417f6e3fda1ba3f7c2fdc0f1eb6ed7666828 Mon Sep 17 00:00:00 2001 From: Andrew Golovashevich Date: Sun, 7 Dec 2025 00:17:47 +0300 Subject: [PATCH] Publishing metadata (v0.0.0) --- Cargo.toml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fe802f5..3683117 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,13 @@ [package] -name = "source-stream-0" edition = "2024" +name = "source-stream-0" +version = "0.0.0" + +repository = "https://git.landgrafhomyak.ru/Parsers/source-stream-0.rs" + +publish = true + [lib] [workspace]