gst-plugins-rs/Cargo.toml
2019-06-26 18:28:12 +05:30

27 lines
472 B
TOML

[workspace]
members = [
"gst-plugin-file",
"gst-plugin-reqwest",
"gst-plugin-flv",
"gst-plugin-audiofx",
"gst-plugin-togglerecord",
"gst-plugin-threadshare",
"gst-plugin-tutorial",
"gst-plugin-closedcaption",
"gst-plugin-version-helper",
"gst-plugin-sodium",
"gst-plugin-cdg",
"gst-plugin-rav1e",
"gst-plugin-s3",
]
[profile.release]
lto = true
opt-level = 3
debug = true
panic = 'unwind'
[profile.dev]
opt-level = 1