add: logging
This commit is contained in:
parent
c798e387bd
commit
04ebd38691
4 changed files with 74 additions and 10 deletions
|
|
@ -7,6 +7,8 @@ edition = "2021"
|
|||
|
||||
[dependencies]
|
||||
clap = { version = "4.6.1", features = ["derive"] }
|
||||
env_logger = "0.11.10"
|
||||
log = "0.4.29"
|
||||
typst = "0.14.2"
|
||||
typst-as-lib = { version = "0.15.4", features = ["typst-html", "typst-kit-fonts", "typst-kit-embed-fonts"] }
|
||||
typst-html = "0.14.2"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue