summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorPietro Albini <pietro@pietroalbini.org>2018-11-27 14:44:49 +0100
committerPietro Albini <pietro@pietroalbini.org>2018-11-27 14:44:49 +0100
commit56329833966d8d6067398ed4e6e47cad4b221e05 (patch)
tree252358143f1c32de7d3b90d19bf517a05b2b850a /Cargo.toml
parentd615eeff504451866d2c900d0464cd6efd0e0651 (diff)
add discord name support
fixes #1
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 6a3c115..7d15d7b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,3 +14,4 @@ serde_json = "1"
log = "0.4"
env_logger = { version = "0.5", default-features = false }
structopt = "0.2.13"
+regex = "1.0.6"