feat: M3.7.7 signature extraction CLI + integration tests (unit tests pass, integration tests pending mem-cli fix)
Build and Push / Test (push) Failing after 1m57s
Build and Push / Build and push image (push) Skipped

This commit is contained in:
Story Crater Bot
2026-08-28 07:46:36 -07:00
parent 428153849e
commit 7b5b1aa993
13 changed files with 370 additions and 0 deletions
+2
View File
@@ -42,6 +42,7 @@ sqlx = { version = "0.7", features = ["postgres", "runtime-tokio-rustls", "chron
pgvector = { version = "0.2", features = ["sqlx"] }
base64 = "0.21"
jsonwebtoken = "9.2"
regex = "1.10"
[dev-dependencies]
toml = { workspace = true }
@@ -60,6 +61,7 @@ actix-web = { workspace = true }
actix-rt = { workspace = true }
wiremock = "0.6"
chrono = { version = "0.4", features = ["serde"] }
regex = { workspace = true }
[profile.release]
opt-level = 3