aboutsummaryrefslogtreecommitdiff
path: root/planetwars-matchrunner/Cargo.toml
diff options
context:
space:
mode:
authorIlion Beyst <ilion.beyst@gmail.com>2022-12-03 15:57:59 +0100
committerIlion Beyst <ilion.beyst@gmail.com>2022-12-03 16:09:42 +0100
commit453ff83e6cda30100e9c7d8079854f651f1e3787 (patch)
tree6cd1fe02d7354d7830fecb71874aa19c6c988b4f /planetwars-matchrunner/Cargo.toml
parentc7d973406790056451af2af24630f03409a9647e (diff)
downloadplanetwars.dev-453ff83e6cda30100e9c7d8079854f651f1e3787.tar.xz
planetwars.dev-453ff83e6cda30100e9c7d8079854f651f1e3787.zip
hotfix: enable reading lines split over multiple stdout buffers
Diffstat (limited to 'planetwars-matchrunner/Cargo.toml')
-rw-r--r--planetwars-matchrunner/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/planetwars-matchrunner/Cargo.toml b/planetwars-matchrunner/Cargo.toml
index 10d1c99..4a0e05e 100644
--- a/planetwars-matchrunner/Cargo.toml
+++ b/planetwars-matchrunner/Cargo.toml
@@ -18,6 +18,7 @@ chrono = { version = "0.4", features = ["serde"] }
bollard = { git = "https://github.com/fussybeaver/bollard", rev = "c5d87a4934c70a04f9c649fedb241dbd4943c927" }
bytes = "1.1"
async-trait = "0.1"
+memchr = "2.5.0"
[dev-dependencies]
tempfile = "3" \ No newline at end of file