added challenge command (and maybe suspend the project)

This commit is contained in:
2021-06-29 23:51:19 +05:30
parent f8ca1e5825
commit 500f12ad97
6 changed files with 79 additions and 5 deletions

5
Cargo.lock generated
View File

@@ -743,9 +743,9 @@ dependencies = [
[[package]]
name = "pin-project-lite"
version = "0.2.6"
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc0e1f259c92177c30a4c9d177246edd0a3568b25756a977d0632cf8fa37e905"
checksum = "8d31d11c69a6b52a174b42bdc0c30e5e11670f90788b2c471c31c1d17d449443"
[[package]]
name = "pin-utils"
@@ -1121,6 +1121,7 @@ dependencies = [
name = "singh3"
version = "0.1.0"
dependencies = [
"rand 0.8.4",
"regex",
"serenity",
"tokio",