feat(core): add built-in config editor provider

This commit is contained in:
2026-03-28 13:10:54 +01:00
parent 2888677e38
commit 562b38deba
2 changed files with 1189 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -2,6 +2,7 @@
mod application;
mod command;
pub(crate) mod calculator;
pub(crate) mod config_editor;
pub(crate) mod converter;
pub(crate) mod system;