26 lines
487 B
TOML
26 lines
487 B
TOML
[package]
|
|
name = "thek4n-ru"
|
|
version = "0.1.0"
|
|
authors = ["Vladislav Kan <thek4n@yandex.ru>"]
|
|
license = "MIT"
|
|
|
|
[profile.release]
|
|
opt-level = "z"
|
|
lto = true
|
|
codegen-units = 1
|
|
panic = "abort"
|
|
strip = true
|
|
|
|
[dependencies]
|
|
askama = "0.16.0"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
toml = "0.8"
|
|
axum = "0.8"
|
|
tokio = { version = "1", features = ["full"] }
|
|
chrono = "0.4"
|
|
clap = { version = "4.5", features = ["derive"] }
|
|
clap_complete = "4.5"
|
|
sha2 = "0.10"
|
|
hex = "0.4"
|
|
mime = "0.3"
|