gst-plugins-rs/Cargo.toml
Sebastian Dröge abe87fae12 Remove gst-plugin and gst-plugin-simple crates
They're not used anymore.
2019-01-03 23:58:00 +02:00

18 lines
283 B
TOML

[workspace]
members = [
"gst-plugin-file",
"gst-plugin-http",
"gst-plugin-flv",
"gst-plugin-audiofx",
"gst-plugin-togglerecord",
"gst-plugin-threadshare",
"gst-plugin-tutorial",
]
[profile.release]
lto = true
opt-level = 3
debug = true
panic = 'unwind'