gst-plugins-rs/Cargo.toml
2018-01-13 20:12:37 +02:00

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