Implement Tree printing

This commit is contained in:
Joscha 2024-03-08 13:37:38 +01:00
parent 9a25856548
commit c8c0759015
6 changed files with 122 additions and 33 deletions

2
Cargo.lock generated
View file

@ -1174,9 +1174,11 @@ dependencies = [
"axum",
"clap",
"escpos",
"image",
"palette",
"serde",
"showbits-common",
"taffy",
"tokio",
]