mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-15 23:01:02 +00:00
17 lines
269 B
TOML
17 lines
269 B
TOML
[workspace]
|
|
|
|
members = [
|
|
"gst-plugin",
|
|
"gst-plugin-simple",
|
|
"gst-plugin-file",
|
|
"gst-plugin-http",
|
|
"gst-plugin-flv",
|
|
"gst-plugin-audiofx",
|
|
"gst-plugin-togglerecord",
|
|
]
|
|
|
|
[profile.release]
|
|
lto = true
|
|
opt-level = 3
|
|
debug = true
|
|
panic = 'unwind'
|