This commit is contained in:
seth 2024-03-31 17:26:16 -04:00
parent 9dfc3b21ff
commit 0b0779f8b7
No known key found for this signature in database
GPG key ID: D31BD0D494BBEE86
32 changed files with 137 additions and 181 deletions

View file

@ -23,7 +23,6 @@ eyre = "0.6.11"
log = "0.4.20"
poise = "0.6.1"
octocrab = "0.37.0"
owo-colors = "4.0.0"
redis = { version = "0.25.2", features = ["tokio-comp", "tokio-rustls-comp"] }
regex = "1.10.3"
reqwest = { version = "0.12.2", default-features = false, features = [
@ -37,7 +36,17 @@ tokio = { version = "1.35.1", features = [
"rt-multi-thread",
"signal",
] }
url = { version = "2.5.0", features = ["serde"] }
[lints.rust]
unsafe_code = "forbid"
[lints.clippy]
complexity = "warn"
correctness = "deny"
pedantic = "warn"
perf = "warn"
style = "warn"
suspicious = "deny"
[profile.release]
codegen-units = 1