Files
llmx/codex-rs/keyring-store/Cargo.toml

17 lines
305 B
TOML
Raw Permalink Normal View History

[package]
edition = "2024"
name = "codex-keyring-store"
version = { workspace = true }
[lints]
workspace = true
[dependencies]
keyring = { workspace = true, features = [
"apple-native",
"crypto-rust",
"linux-native-async-persistent",
"windows-native",
] }
tracing = { workspace = true }