changes
This commit is contained in:
parent
d92125e39f
commit
eae94d069b
5 changed files with 1316 additions and 40 deletions
|
|
@ -10,7 +10,7 @@ debug = "none"
|
|||
debug-assertions = false
|
||||
strip = true
|
||||
panic = "abort"
|
||||
lto = "fat"
|
||||
lto = true
|
||||
|
||||
|
||||
|
||||
|
|
@ -19,7 +19,9 @@ lto = "fat"
|
|||
dotenv = "0.15.0"
|
||||
regex = "1.11.1"
|
||||
once_cell = "1.20.3"
|
||||
|
||||
sarcastic = { git = "https://github.com/DJMrTV/bored-yaml.git" }
|
||||
chrono = "0.4.39"
|
||||
reqwest = "0.12.12"
|
||||
|
||||
[dependencies.tokio]
|
||||
version = "1.43.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue