core-agent-ide/codex-rs/utils/cache/Cargo.toml
2025-11-14 17:05:00 +01:00

15 lines
356 B
TOML

[package]
name = "codex-utils-cache"
version.workspace = true
edition.workspace = true
[lints]
workspace = true
[dependencies]
lru = { workspace = true }
sha1 = { workspace = true }
tokio = { workspace = true, features = ["sync", "rt", "rt-multi-thread"] }
[dev-dependencies]
tokio = { workspace = true, features = ["macros", "rt", "rt-multi-thread"] }