aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorIlion Beyst <ilion.beyst@gmail.com>2022-11-20 11:37:45 +0100
committerIlion Beyst <ilion.beyst@gmail.com>2022-11-20 11:37:45 +0100
commitb75c0e15dcd93794f7822ff5dfbfda0fe74f7c2a (patch)
treed1ff7ccde70b5101949c64ed5d9786a7e07950cc /Cargo.lock
parentd0948b54f409d248765c39a44048afb07170edaf (diff)
downloadplanetwars.dev-b75c0e15dcd93794f7822ff5dfbfda0fe74f7c2a.tar.xz
planetwars.dev-b75c0e15dcd93794f7822ff5dfbfda0fe74f7c2a.zip
don't crash client when bot crashes
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 947c300..58149cb 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1568,6 +1568,7 @@ dependencies = [
"prost",
"serde",
"shlex",
+ "thiserror",
"tokio",
"tokio-stream",
"toml",