Introduce a first basic working positions-based engine

This commit is contained in:
Kerollmops
2020-06-05 20:12:52 +02:00
parent f51a63e4ef
commit dfdaceb410
4 changed files with 135 additions and 83 deletions

View File

@ -27,6 +27,9 @@ smallvec = "1.4.0"
structopt = { version = "0.3.14", default-features = false }
tempfile = "3.1.0"
# to implement internally
itertools = "0.9.0"
# http server
serde = { version = "1.0", features = ["derive"] }
tokio = { version = "0.2.15", features = ["full"] }