11 lines
168 B
TOML
11 lines
168 B
TOML
[package]
|
|
name = "source-stream-0-converter-0"
|
|
edition = "2024"
|
|
|
|
[lib]
|
|
|
|
[dependencies]
|
|
source-stream-0 = { path = ".." }
|
|
|
|
[lints]
|
|
rust = { nonstandard_style = "allow" } |