gst-plugins-rs/Cargo.toml
2017-10-07 12:43:38 +03:00

17 lines
238 B
TOML

[workspace]
members = [
"gst-plugin",
"gst-plugin-file",
"gst-plugin-http",
"gst-plugin-flv",
"gst-plugin-audiofx",
]
[profile.release]
lto = true
debug-assertions = false
opt-level = 3
debug = true
panic = 'unwind'