diff options
| author | R0flcopt3r <12752060+R0flcopt3r@users.noreply.github.com> | 2021-06-05 22:42:56 +0200 |
|---|---|---|
| committer | R0flcopt3r <12752060+R0flcopt3r@users.noreply.github.com> | 2021-06-05 23:12:56 +0200 |
| commit | 48deaf177633e062582b7733f633a37b296cac95 (patch) | |
| tree | e84e572de74e97c9895712166aea9217f169320e /Cargo.toml | |
| parent | feat: 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.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -27,5 +27,7 @@ tracing-futures = "0.2" regex = "1" sedregex = { git = "https://gitlab.com/audron/sedregex" } +rand = "0.8.3" + [workspace] members = ["macros"] |
