summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authortroido <troido@protonmail.com>2020-04-14 14:50:18 +0200
committertroido <troido@protonmail.com>2020-04-14 14:50:18 +0200
commit30a5688010bf07a9e0807ed0c2dc7c51f0e9dae4 (patch)
tree3f337efce25ed2dec9f1b14bb783ea96cfa5caad /Cargo.toml
parent0245cc348ae77eda77e06019fbf07f4f8b8cb82a (diff)
only allow letters, numbers and connector punctuation in usernames
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index bbd5c8e..36937a3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,3 +17,4 @@ serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
ctrlc = { version = "3.1", features = ["termination"] }
structopt = "0.3"
+unicode_categories = "0.1.1"