karnaugh/Cargo.toml
2026-07-17 18:18:34 +02:00

21 lines
507 B
TOML

[package]
name = "karnaugh"
version = "0.1.4"
edition = "2024"
[dependencies]
axum = "0.8.7"
flate2 = "1.1.5"
itertools = "0.14.0"
tar = "0.4.44"
time = "0.3.47"
tokio = { version = "1.48.0", features = ["macros", "rt-multi-thread"] }
tower-http = { version = "0.6.8", features = ["compression-br", "fs", "trace", "set-header"] }
tracing = "0.1.43"
tracing-subscriber = "0.3.22"
typst-html = "0.15.0"
typst-kit = "0.15.0"
typst = "0.15.0"
ureq = "3.1.4"
clap = { version = "4.6.0", features = ["derive"] }