gst-plugins-rs/Cargo.toml
2018-11-05 13:40:43 +02:00

20 lines
326 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-threadshare",
"gst-plugin-tutorial",
]
[profile.release]
lto = true
opt-level = 3
debug = true
panic = 'unwind'