Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2022-03-29 10:34:48 +05:30
parent f0ba184240
commit c1ab7ed363
6 changed files with 219 additions and 2 deletions

10
Cargo.lock generated
View File

@@ -527,6 +527,15 @@ version = "0.2.97"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12b8adadd720df158f4d70dfe7ccc6adb0472d7c55ca83445f6a5ab3e36f8fb6"
[[package]]
name = "linkify"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ccbcd666d915aa3ae3c3774999a9e20b2776a018309b8159d07df062b91f45e8"
dependencies = [
"memchr",
]
[[package]]
name = "log"
version = "0.4.14"
@@ -1049,6 +1058,7 @@ dependencies = [
name = "singh4"
version = "0.1.0"
dependencies = [
"linkify",
"reqwest",
"serenity",
"tokio",