feat: implement minimal rust threads

This commit is contained in:
dignifiedquire
2020-01-26 09:09:27 +01:00
parent a80632ab36
commit 4dbcab9e6d
6 changed files with 117 additions and 8 deletions

View File

@@ -58,8 +58,8 @@ encoded-words = { git = "https://github.com/async-email/encoded-words", branch="
native-tls = "0.2.3"
image = { version = "0.22.4", default-features=false, features = ["gif_codec", "jpeg", "ico", "png_codec", "pnm", "webp", "bmp"] }
pretty_env_logger = "0.3.1"
rustyline = { version = "4.1.0", optional = true }
crossbeam = "0.7.3"
[dev-dependencies]
tempfile = "3.0"