initial commit

This commit is contained in:
2021-06-23 00:23:12 +05:30
commit 8d75b36431
9 changed files with 1605 additions and 0 deletions

16
Cargo.toml Normal file
View File

@@ -0,0 +1,16 @@
[package]
name = "singh3"
version = "0.1.0"
authors = [ "Amneesh Singh <natto@weirdnatto.in>" ]
edition = "2018"
[dependencies]
tracing = "0.1.22"
[dependencies.serenity]
version = "0.10.8"
features = ["cache", "framework", "standard_framework", "rustls_backend", "unstable_discord_api"]
[dependencies.tokio]
version = "1.0"
features = ["macros", "signal", "rt-multi-thread"]