Cargo workspace setup
This commit is contained in:
parent
5013cbfdc0
commit
11541e9396
@ -2,5 +2,10 @@
|
|||||||
name = "source-stream-0"
|
name = "source-stream-0"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
|
|
||||||
|
[lib]
|
||||||
|
|
||||||
|
[workspace]
|
||||||
|
members = ["default-streams", "converter", "ascii"]
|
||||||
|
|
||||||
[lints]
|
[lints]
|
||||||
rust = { nonstandard_style = "allow" }
|
rust = { nonstandard_style = "allow" }
|
||||||
Loading…
Reference in New Issue
Block a user