cst: eliminate manual synchronization between enum variants and numeric values

This commit is contained in:
raf 2025-06-02 14:32:36 +03:00
commit b9d8cb6d5d
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
3 changed files with 260 additions and 221 deletions

View file

@ -14,5 +14,6 @@ cstree = "0.12"
text-size = "1.1"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
regex = "1.11.1"
regex = "1.11"
glob = "0.3"
num_enum = "0.7"