mirror of
https://github.com/danog/strum.git
synced 2024-11-26 20:14:40 +01:00
970b5cec40
* Updating the README * Did lots of updates for the documentation * Improving formatting in a few places * Consolidated docs to make it easier to keep up to date * Updating workspace * Revved version in docs
8 lines
112 B
TOML
8 lines
112 B
TOML
[workspace]
|
|
members = [
|
|
"strum",
|
|
"strum_macros",
|
|
"strum_tests"
|
|
]
|
|
|
|
exclude = [ "strum_tests_rename" ] |