Rename Cargo crates (bterminal-core→agor-core, bterminal-relay→agor-relay), env vars (BTERMINAL_*→AGOR_*), config paths (~/.config/agor), CSS custom properties, plugin API object, package names, and all documentation. BREAKING CHANGE: config/data paths changed from bterminal to agor.
3 lines
90 B
TOML
3 lines
90 B
TOML
[workspace]
|
|
members = ["src-tauri", "agor-core", "agor-relay", "agor-pro"]
|
|
resolver = "2"
|