initial commit
This commit is contained in:
commit
2df36a387a
5 changed files with 290 additions and 0 deletions
20
Cargo.toml
Normal file
20
Cargo.toml
Normal file
|
@ -0,0 +1,20 @@
|
|||
[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"
|
||||
#mail-core = "0.6.2"
|
||||
#mail-headers = "0.6.6"
|
||||
#mail-internals = "0.2.3"
|
Loading…
Add table
Add a link
Reference in a new issue