aboutsummaryrefslogtreecommitdiff
path: root/planetwars-server/Cargo.toml
diff options
context:
space:
mode:
authorIlion Beyst <ilion.beyst@gmail.com>2022-04-09 10:04:12 +0200
committerIlion Beyst <ilion.beyst@gmail.com>2022-04-09 10:04:12 +0200
commitcc7014b04bc4714cb2de7af39e62ff9762827489 (patch)
tree6c8b6de746a8551639090b745b848573a471a2b4 /planetwars-server/Cargo.toml
parent0e3ff9201e8479935f928c05ed6b11ae1c086e00 (diff)
downloadplanetwars.dev-cc7014b04bc4714cb2de7af39e62ff9762827489.tar.xz
planetwars.dev-cc7014b04bc4714cb2de7af39e62ff9762827489.zip
add validation to user registration
Diffstat (limited to 'planetwars-server/Cargo.toml')
-rw-r--r--planetwars-server/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/planetwars-server/Cargo.toml b/planetwars-server/Cargo.toml
index be34a5f..4c6ddfc 100644
--- a/planetwars-server/Cargo.toml
+++ b/planetwars-server/Cargo.toml
@@ -25,6 +25,7 @@ zip = "0.5"
toml = "0.5"
planetwars-matchrunner = { path = "../planetwars-matchrunner" }
config = { version = "0.12", features = ["toml"] }
+thiserror = "1.0.31"
# TODO: remove me
shlex = "1.1"