7bfaa4a2d0
- reorganize help - switch back to beta version - add docs for closed cations - unify playlist/playlist-root argument - colorize ads - add vtt_* to update config handler - update packages - add -muxpreload 0 and -muxdelay 0 to default settings
16 lines
303 B
TOML
16 lines
303 B
TOML
[workspace]
|
|
members = ["engine", "tests"]
|
|
resolver = "2"
|
|
|
|
[workspace.package]
|
|
version = "0.24.0-beta5"
|
|
license = "GPL-3.0"
|
|
repository = "https://github.com/ffplayout/ffplayout"
|
|
authors = ["Jonathan Baecker <jonbae77@gmail.com>"]
|
|
edition = "2021"
|
|
|
|
[profile.release]
|
|
opt-level = 3
|
|
strip = true
|
|
lto = true
|