mirror of
https://github.com/lexmount/moli.git
synced 2026-09-26 08:01:32 +00:00
18 lines
417 B
TOML
18 lines
417 B
TOML
[package]
|
|
license.workspace = true
|
|
name = "moli-cookie-cache"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.100"
|
|
moli-cookie-jar = { path = "../moli-cookie-jar" }
|
|
netscape-cookie-file-parser = "0.3"
|
|
serde = { version = "1.0.228", features = ["derive"] }
|
|
serde_json = "1.0.145"
|
|
time = "0.3"
|
|
typed-num = { version = "0.3.0", default-features = false, features = ["serde"] }
|
|
|
|
[lints]
|
|
workspace = true
|