gst-plugins-rs/Cargo.toml

18 lines
263 B
TOML
Raw Normal View History

[workspace]
2016-05-13 13:35:48 +00:00
members = [
"gst-plugin",
"gst-plugin-simple",
"gst-plugin-file",
"gst-plugin-http",
"gst-plugin-flv",
"gst-plugin-audiofx",
]
2017-01-24 14:22:09 +00:00
[profile.release]
lto = true
2017-10-07 09:43:38 +00:00
debug-assertions = false
opt-level = 3
debug = true
panic = 'unwind'