cargo add either

This commit is contained in:
Lambda 2024-09-01 18:09:38 +00:00
parent 0cf2499e5e
commit d7028b13b2
2 changed files with 2 additions and 0 deletions

1
Cargo.lock generated
View file

@ -840,6 +840,7 @@ dependencies = [
"base64 0.22.1",
"bytes",
"clap",
"either",
"futures-util",
"hmac",
"html-escape",

View file

@ -94,6 +94,7 @@ axum-server = { version = "0.6.0", features = ["tls-rustls"] }
base64 = "0.22.1"
bytes = "1.6.0"
clap = { version = "4.5.4", default-features = false, features = ["std", "derive", "help", "usage", "error-context", "string", "wrap_help"] }
either = "1.12"
futures-util = { version = "0.3.30", default-features = false }
hmac = "0.12.1"
html-escape = "0.2.13"