mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-10-31 22:58:51 +00:00
18 lines
296 B
TOML
18 lines
296 B
TOML
[workspace]
|
|
|
|
members = [
|
|
"gst-plugin",
|
|
"gst-plugin-simple",
|
|
"gst-plugin-file",
|
|
"gst-plugin-http",
|
|
"gst-plugin-flv",
|
|
"gst-plugin-audiofx",
|
|
"gst-plugin-togglerecord",
|
|
"gst-plugin-tutorial",
|
|
]
|
|
|
|
[profile.release]
|
|
lto = true
|
|
opt-level = 3
|
|
debug = true
|
|
panic = 'unwind'
|