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