11 lines
171 B
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" } |