source-stream-0.rs/Cargo.toml

11 lines
171 B
TOML

[package]
name = "source-stream-0"
edition = "2024"
[lib]
[workspace]
members = ["default-streams", "converter", "ascii"]
[lints]
rust = { nonstandard_style = "allow" }