aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-03-21 11:37:12 +0000
committerFuwn <[email protected]>2021-03-21 11:37:12 +0000
commitc5a240dbfa594ccfe78e369faf04b3192a64cdd5 (patch)
tree6628ee7708aefd8597e8ae8c1522768e3d54bbd1 /Cargo.toml
parentAdded username support for text (diff)
downloadarchived-whirl-c5a240dbfa594ccfe78e369faf04b3192a64cdd5.tar.xz
archived-whirl-c5a240dbfa594ccfe78e369faf04b3192a64cdd5.zip
etc: development testing
append random integer to end of "User" for testing purposes.
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 8278a6d..ef0383e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -19,3 +19,4 @@ mio = "0.6"
log = "0.4.14"
pretty_env_logger = "0.4.0"
dotenv = "0.15.0"
+rand = "0.8.3"