This website requires JavaScript.
Explore
Help
Sign In
alex
/
nih-plug
Watch
1
Star
0
Fork
You've already forked nih-plug
0
Code
Activity
5cc9931de6
nih-plug
/
Cargo.toml
3 lines
54 B
TOML
Raw
Normal View
History
Unescape
Escape
Move nih-plug to a workspace
2022-01-25 22:23:19 +11:00
[
workspace
]
Rename packages to snake case I much prefer kebab case, but snake case is better here since Rust would convert it to snake case when used as an identifier anyways and you also can't use snake case modules without explicit module path attributes.
2022-01-25 22:30:15 +11:00
members
=
[
"nih_plug"
,
"nih_plug_derive"
]
Copy permalink