Added docker building.

This commit is contained in:
2023-02-21 19:56:36 +00:00
parent f5b43573c8
commit b6ab9c8888
31 changed files with 1476 additions and 75 deletions

View File

@ -18,11 +18,14 @@ dotenvy = "^0.15.6"
dyn-clone = "1.0.10"
fern = { version = "0.6.1", features = ["chrono", "colored"] }
futures = "0.3.26"
grammers-client = { version = "0.4.0", features = ["markdown"] }
grammers-client = { version = "0.4.0", features = ["markdown", "html"] }
grammers-session = "0.4.0"
lazy_static = "1.4.0"
log = "0.4.17"
rand = "0.8.5"
rayon = "1.6.1"
regex = "1.7.1"
reqwest = { version = "0.11.14", features = ["gzip", "json", "tokio-rustls"] }
serde = { version = "1.0.152", features = ["derive"] }
serde_json = "1.0.93"
tokio = { version = "1.25.0", features = [