mirror of
https://github.com/openai/codex.git
synced 2026-04-24 22:54:54 +00:00
alpha sort
This commit is contained in:
@@ -3,20 +3,22 @@ edition = "2024"
|
||||
name = "codex-login"
|
||||
version = { workspace = true }
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
||||
[features]
|
||||
http-e2e-tests = []
|
||||
|
||||
[dependencies]
|
||||
base64 = "0.22"
|
||||
chrono = { version = "0.4", features = ["serde"] }
|
||||
hex = "0.4"
|
||||
html-escape = "0.2"
|
||||
rand = "0.8"
|
||||
reqwest = { version = "0.12", features = ["json", "blocking"] }
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
sha2 = "0.10"
|
||||
tempfile = "3"
|
||||
thiserror = "2.0.12"
|
||||
tiny_http = "0.12"
|
||||
tokio = { version = "1", features = [
|
||||
"io-std",
|
||||
"macros",
|
||||
@@ -24,18 +26,16 @@ tokio = { version = "1", features = [
|
||||
"rt-multi-thread",
|
||||
"signal",
|
||||
] }
|
||||
hex = "0.4"
|
||||
rand = "0.8"
|
||||
sha2 = "0.10"
|
||||
tiny_http = "0.12"
|
||||
tracing = "0.1"
|
||||
url = "2"
|
||||
urlencoding = "2"
|
||||
webbrowser = "1"
|
||||
tracing = "0.1"
|
||||
html-escape = "0.2"
|
||||
|
||||
[dev-dependencies]
|
||||
pretty_assertions = "1.4.1"
|
||||
tempfile = "3"
|
||||
ureq = { version = "2", default-features = false, features = ["tls", "json"] }
|
||||
wiremock = "0.6"
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
||||
Reference in New Issue
Block a user