mirror of
https://github.com/lexmount/moli.git
synced 2026-09-23 16:01:25 +00:00
19 lines
424 B
TOML
19 lines
424 B
TOML
[package]
|
|
license.workspace = true
|
|
name = "moli-http-cache"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.100"
|
|
httpdate = "1.0.3"
|
|
moli-header-field = { path = "../moli-header-field" }
|
|
serde = { version = "1.0.228", features = ["derive"] }
|
|
serde_json = "1.0.145"
|
|
rustc-hash = "2.1.1"
|
|
typed-num = { version = "0.3.0", default-features = false, features = ["serde"] }
|
|
url = "2.5.7"
|
|
|
|
[lints]
|
|
workspace = true
|