feat!: add repo searching, only show most relevant repos first
This commit is contained in:
@@ -7,7 +7,7 @@ edition = "2024"
|
||||
actix-web = "4.12.1"
|
||||
chrono = { version = "0.4.43", features = ["serde"] }
|
||||
jsonwebtoken = { version = "10.2.0", features = ["rust_crypto"] }
|
||||
reqwest = { version = "0.13.1", features = ["json"] }
|
||||
reqwest = { version = "0.13.1", features = ["json", "query"] }
|
||||
sentry = { version = "0.46.1", features = ["actix", "tracing"] }
|
||||
serde = "1.0.228"
|
||||
sqlx = { version = "0.8.6", features = ["postgres", "runtime-tokio", "tls-native-tls"] }
|
||||
|
||||
Reference in New Issue
Block a user