Added docker building.
This commit is contained in:
@ -25,4 +25,9 @@ rand = "0.8.5"
|
||||
rayon = "1.6.1"
|
||||
serde = { version = "1.0.152", features = ["derive"] }
|
||||
serde_json = "1.0.93"
|
||||
tokio = { version = "1.25.0", features = ["bytes", "rt", "macros"] }
|
||||
tokio = { version = "1.25.0", features = [
|
||||
"bytes",
|
||||
"rt",
|
||||
"macros",
|
||||
"rt-multi-thread",
|
||||
] }
|
||||
|
Reference in New Issue
Block a user