gst-plugins-rs/Cargo.toml
2017-12-05 09:56:58 +02:00

18 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'