1
0
mirror of https://github.com/danog/strum.git synced 2024-11-26 20:14:40 +01:00
strum/Cargo.toml
Peter Glotfelty 0c80602333
Add tests for nostd environment (#196)
Co-authored-by: Peter Glotfelty <peter@glotfelty.us>
2021-11-20 11:30:11 -08:00

8 lines
103 B
TOML

[workspace]
members = [
"strum",
"strum_macros",
"strum_tests",
"strum_nostd_tests"
]