plenum-bot/Cargo.toml

24 lines
461 B
TOML
Raw Normal View History

2024-07-18 19:37:34 +02:00
[package]
name = "Plenum-Bot"
version = "0.1.0"
edition = "2021"
[dependencies]
#pandoc = "0.8"
#http = "1.0"
tokio = { version = "1", features = ["full"] }
chrono = "0.4.38"
regex = "1.10.5"
#mail = "0.7.0"
futures = "0.3.30"
headers = "0.4.0"
reqwest = "0.12.5"
lettre = "0.11.7"
rand = "0.9.0-alpha.1"
2024-07-21 00:44:36 +02:00
rusqlite = "0.31.0"
uuid = { version = "1.10.0", features = ["v4"] }
2024-07-23 17:44:07 +02:00
log = "0.4.22"
2024-07-18 19:37:34 +02:00
#mail-core = "0.6.2"
#mail-headers = "0.6.6"
#mail-internals = "0.2.3"