좀 고치기
This commit is contained in:
parent
55f1cdf1bf
commit
67be00e8eb
2 changed files with 2 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ edition = "2024"
|
|||
serenity = { version = "0.12", default-features = false, features = ["client", "gateway", "rustls_backend", "model", "standard_framework"] }
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
rss = "2.0"
|
||||
reqwest = { version = "0.12", features = ["json", "rustls-tls"] }
|
||||
reqwest = { version = "0.12", default-features = false, features = ["json", "rustls-tls"] }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
toml = "0.8"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue