canvas library config is now required

This commit is contained in:
Priec
2025-07-31 11:16:21 +02:00
parent 3c62877757
commit c5f22d7da1
11 changed files with 1326 additions and 495 deletions

View File

@@ -18,6 +18,7 @@ tokio = { workspace = true }
toml = { workspace = true }
serde = { workspace = true }
unicode-width.workspace = true
thiserror = { workspace = true }
tracing = "0.1.41"
tracing-subscriber = "0.3.19"