diff options
author | Ilion Beyst <ilion.beyst@gmail.com> | 2022-11-20 11:37:45 +0100 |
---|---|---|
committer | Ilion Beyst <ilion.beyst@gmail.com> | 2022-11-20 11:37:45 +0100 |
commit | b75c0e15dcd93794f7822ff5dfbfda0fe74f7c2a (patch) | |
tree | d1ff7ccde70b5101949c64ed5d9786a7e07950cc /Cargo.lock | |
parent | d0948b54f409d248765c39a44048afb07170edaf (diff) | |
download | planetwars.dev-b75c0e15dcd93794f7822ff5dfbfda0fe74f7c2a.tar.xz planetwars.dev-b75c0e15dcd93794f7822ff5dfbfda0fe74f7c2a.zip |
don't crash client when bot crashes
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1568,6 +1568,7 @@ dependencies = [ "prost", "serde", "shlex", + "thiserror", "tokio", "tokio-stream", "toml", |