mirror of
https://github.com/openai/codex.git
synced 2026-04-25 23:24:55 +00:00
calculated a hashed user ID from either auth user id or API key Also correctly populates OS. These will make our metrics more useful and powerful for analysis.
12 lines
200 B
TOML
12 lines
200 B
TOML
[package]
|
|
name = "codex-utils-string"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dev-dependencies]
|
|
pretty_assertions = { workspace = true }
|