mirror of
https://github.com/joleuger/vuinputd.git
synced 2026-07-17 16:36:03 +00:00
11 lines
192 B
TOML
11 lines
192 B
TOML
[workspace]
|
|
members = [
|
|
"uinput-ioctls",
|
|
"cuse-lowlevel",
|
|
"vuinputd",
|
|
"vuinput-examples",
|
|
"vuinputd-tests",
|
|
]
|
|
|
|
# Optional: force same version for all crates
|
|
resolver = "2"
|