From 48deaf177633e062582b7733f633a37b296cac95 Mon Sep 17 00:00:00 2001 From: R0flcopt3r <12752060+R0flcopt3r@users.noreply.github.com> Date: Sat, 5 Jun 2021 22:42:56 +0200 Subject: feat: adds pet command. When petting the cat it will reply with some random action. --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') 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"] -- cgit v1.2.3