Remove the dependency on boringssl

This commit is contained in:
Quentin Boyer 2024-12-30 22:39:02 +01:00
parent 720b7cef6a
commit 0ecc852f37
5 changed files with 10 additions and 442 deletions

View file

@ -11,8 +11,6 @@ members = [".", "api", "migration"]
anyhow = "1.0.95"
axum = { version = "0.7.9", features = ["macros"] }
axum-extra = { version = "0.9", features = ["cookie"] }
base64 = "0.22.1"
jwt-simple = "0.12.11"
serde = { version = "1.0.217", features = ["derive"] }
tokio = { version = "1", features = ["macros", "rt", "rt-multi-thread"] }
tracing = "0.1.41"