initial commit

This commit is contained in:
ultrablob 2025-05-15 15:19:37 -04:00
commit 4bb3879443
5 changed files with 2538 additions and 0 deletions

11
Cargo.toml Normal file
View file

@ -0,0 +1,11 @@
[package]
name = "gork"
version = "0.1.0"
edition = "2024"
[dependencies]
dotenvy = "0.15.7"
rand = "0.9.1"
serenity = "0.12"
tokio = { version = "1.21.2", features = ["macros", "rt-multi-thread"] }
yaml-rust2 = "0.10.1"