gst-plugins-rs/Cargo.toml

33 lines
734 B
TOML
Raw Normal View History

[workspace]
2016-05-13 13:35:48 +00:00
members = [
"gst-plugin-tutorial",
"gst-plugin-version-helper",
"audio/gst-plugin-audiofx",
"audio/gst-plugin-claxon",
"audio/gst-plugin-csound",
"audio/gst-plugin-lewton",
"generic/gst-plugin-file",
"generic/gst-plugin-sodium",
"generic/gst-plugin-threadshare",
"net/gst-plugin-reqwest",
"net/gst-plugin-rusoto",
"utils/gst-plugin-fallbackswitch",
"utils/gst-plugin-togglerecord",
"video/gst-plugin-cdg",
"video/gst-plugin-closedcaption",
"video/gst-plugin-dav1d",
"video/gst-plugin-flv",
"video/gst-plugin-gif",
"video/gst-plugin-rav1e",
]
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'
[profile.dev]
opt-level = 1