From 11541e93960078f9c861b7c6266d1ff7ea3b1ea8 Mon Sep 17 00:00:00 2001 From: Andrew Golovashevich Date: Tue, 18 Nov 2025 20:37:21 +0300 Subject: [PATCH] Cargo workspace setup --- Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index f0671d6..1869363 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,5 +2,10 @@ name = "source-stream-0" edition = "2024" +[lib] + +[workspace] +members = ["default-streams", "converter", "ascii"] + [lints] rust = { nonstandard_style = "allow" } \ No newline at end of file