12 lines
191 B
TOML
12 lines
191 B
TOML
|
|
[package]
|
||
|
|
edition = "2024"
|
||
|
|
name = "codex-keyring-store"
|
||
|
|
version = { workspace = true }
|
||
|
|
|
||
|
|
[lints]
|
||
|
|
workspace = true
|
||
|
|
|
||
|
|
[dependencies]
|
||
|
|
keyring = { workspace = true }
|
||
|
|
tracing = { workspace = true }
|