diff options
| author | troido <troido@protonmail.com> | 2020-04-14 14:50:18 +0200 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2020-04-14 14:50:18 +0200 |
| commit | 30a5688010bf07a9e0807ed0c2dc7c51f0e9dae4 (patch) | |
| tree | 3f337efce25ed2dec9f1b14bb783ea96cfa5caad /Cargo.toml | |
| parent | 0245cc348ae77eda77e06019fbf07f4f8b8cb82a (diff) | |
only allow letters, numbers and connector punctuation in usernames
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |
