clean up
This commit is contained in:
parent
9dfc3b21ff
commit
0b0779f8b7
32 changed files with 137 additions and 181 deletions
13
Cargo.toml
13
Cargo.toml
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue