We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 621c77d commit 1b69969Copy full SHA for 1b69969
1 file changed
Cargo.toml
@@ -94,7 +94,10 @@ members = [
94
95
[patch.crates-io]
96
lv2-atom = { path = "atom" }
97
+lv2-core = { path = "core" }
98
lv2-midi = { path = "midi" }
99
lv2-state = { path = "state" }
100
+lv2-time = { path = "time" }
101
+lv2-units = { path = "units" }
102
lv2-urid = { path = "urid/lv2-urid" }
103
lv2-worker = { path = "worker" }
0 commit comments