aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorR0flcopt3r <12752060+R0flcopt3r@users.noreply.github.com>2021-06-05 22:42:56 +0200
committerR0flcopt3r <12752060+R0flcopt3r@users.noreply.github.com>2021-06-05 23:12:56 +0200
commit48deaf177633e062582b7733f633a37b296cac95 (patch)
treee84e572de74e97c9895712166aea9217f169320e /Cargo.toml
parentfeat: send action (diff)
feat: adds pet command.
When petting the cat it will reply with some random action.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1d76cb8..7b164a3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -27,5 +27,7 @@ tracing-futures = "0.2"
regex = "1"
sedregex = { git = "https://gitlab.com/audron/sedregex" }
+rand = "0.8.3"
+
[workspace]
members = ["macros"]