mirror of
https://github.com/nelsbrock/disbahn.git
synced 2026-08-14 22:26:49 +02:00
26 lines
783 B
TOML
26 lines
783 B
TOML
[package]
|
|
name = "disbahn"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
rss = "2.0"
|
|
reqwest = {version = "0.11", default-features = false, features = ["rustls"]}
|
|
tokio = {version = "1.28", features = ["rt-multi-thread", "signal"]}
|
|
lazy-regex = "3.0.2"
|
|
#time = {version = "0.3", features = ["local-offset" ,"macros", "parsing"]}
|
|
chrono = "0.4.25"
|
|
chrono-tz = "0.8.2"
|
|
anyhow = "1.0.71"
|
|
log = "0.4.18"
|
|
env_logger = "0.10.0"
|
|
dotenvy = "0.15.7"
|
|
sled = { version = "0.34.7", features = ["compression"] }
|
|
bincode = "1.3.3"
|
|
|
|
[dependencies.serenity]
|
|
version = "0.11"
|
|
default-features = false
|
|
features = ["builder", "cache", "client", "gateway", "http", "model", "utils", "rustls_backend"] |