feat: Created a theme validation macro to verify theme configurations before allowing the TUI to start
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
[package]
|
||||
name = "validate_theme_derive"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[lib]
|
||||
proc-macro = true
|
||||
|
||||
[dependencies]
|
||||
quote = "1.0.39"
|
||||
syn = "2.0.99"
|
||||
Reference in New Issue
Block a user