Added docker building.
This commit is contained in:
@ -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 = [
|
||||
|
Reference in New Issue
Block a user