This commit is contained in:
암냥 2026-01-09 09:52:22 +09:00
commit d564aaec8c
No known key found for this signature in database
4 changed files with 109 additions and 442 deletions

View file

@ -6,7 +6,7 @@ edition = "2024"
[dependencies]
serenity = { version = "0.12", default-features = false, features = ["client", "gateway", "rustls_backend", "model", "standard_framework"] }
tokio = { version = "1", features = ["full"] }
rss = "2.0"
feed-rs = "2"
reqwest = { version = "0.12", default-features = false, features = ["json", "rustls-tls"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"