gst-plugins-rs/Cargo.toml
Dirk Van Haerenborgh 31a48c4baa Split out base object traits
This allows using this independent from GStreamer for subclassing e.g.
GIO or GTK GObjects.

Fixes https://github.com/sdroege/gst-plugin-rs/issues/28
Fixes https://github.com/sdroege/gst-plugin-rs/pull/32
2018-05-01 17:11:18 +03:00

20 lines
320 B
TOML

[workspace]
members = [
"gobject-subclass",
"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'