Kodi addon (plugin.video.torttube) shell with Cargo workspace for the rustypipe-backed sidecar binary. No working extraction yet — addon.xml parses, main.py is a notification stub, sidecar's main.rs prints scaffold banner. See MILESTONES.md for M1..M6. License: GPL-3.0-or-later (matches rustypipe + NewPipeExtractor).
15 lines
308 B
TOML
15 lines
308 B
TOML
[workspace]
|
|
resolver = "2"
|
|
members = ["crates/torttube-sidecar"]
|
|
|
|
[workspace.package]
|
|
version = "0.0.1"
|
|
edition = "2021"
|
|
license = "GPL-3.0-or-later"
|
|
authors = ["Cobb <cobb@sulkta.com>"]
|
|
repository = "http://192.168.0.5:3001/Sulkta-Coop/torttube"
|
|
|
|
[profile.release]
|
|
lto = true
|
|
codegen-units = 1
|
|
strip = true
|