initial diagnostics implementation

This commit is contained in:
raf 2025-06-02 05:14:21 +03:00
commit 2a45d0b983
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
4 changed files with 1326 additions and 9 deletions

View file

@ -12,3 +12,6 @@ thiserror = "2.0"
logos = "0.15"
cstree = "0.12"
text-size = "1.1"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
regex = "1.11.1"