gst-plugins-rs/Cargo.toml

21 lines
362 B
TOML
Raw Normal View History

[workspace]
2016-05-13 13:35:48 +00:00
members = [
"gst-plugin-file",
"gst-plugin-http",
"gst-plugin-flv",
"gst-plugin-audiofx",
2017-12-05 07:52:31 +00:00
"gst-plugin-togglerecord",
"gst-plugin-threadshare",
"gst-plugin-tutorial",
"gst-plugin-closedcaption",
"gst-plugin-sodium",
"gst-plugin-cdg",
]
2017-01-24 14:22:09 +00:00
[profile.release]
lto = true
2017-10-07 09:43:38 +00:00
opt-level = 3
debug = true
panic = 'unwind'