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

26 lines
526 B
TOML

[package]
name = "karnaugh"
version = "0.1.5"
edition = "2024"
[dependencies]
axum = "0.8.9"
flate2 = "1.1.9"
itertools = "0.15.0"
tar = "0.4.46"
time = "0.3.53"
tokio = { version = "1.53.0", features = ["macros", "rt-multi-thread"] }
tower-http = { version = "0.7.0", features = [
"compression-br",
"fs",
"trace",
"set-header",
] }
tracing = "0.1.44"
tracing-subscriber = "0.3.23"
typst-html = "0.15.1"
typst-kit = "0.15.1"
typst = "0.15.1"
ureq = "3.3.0"
clap = { version = "4.6.2", features = ["derive"] }