From 30a5688010bf07a9e0807ed0c2dc7c51f0e9dae4 Mon Sep 17 00:00:00 2001 From: troido Date: Tue, 14 Apr 2020 14:50:18 +0200 Subject: only allow letters, numbers and connector punctuation in usernames --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') 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" -- cgit