7ecc718f5d
app -> app-desktop-macos, presets -> app-presets, server -> remote-server, daw-config-reaper -> osc-config-daw, plugin-reaper-realearn -> plugin-reaper-relearn. Updated run.py and presets.py path references accordingly. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
14 lines
331 B
TOML
14 lines
331 B
TOML
[package]
|
|
name = "helgobox-artwork-processor"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
resvg = { workspace = true, features = ["system-fonts"] }
|
|
anyhow.workspace = true
|
|
|
|
[lints.clippy]
|
|
enum_glob_use = "deny" |