Basic image generation done

This commit is contained in:
2025-05-01 08:25:37 -05:00
commit 4e3b4ee234
5 changed files with 2787 additions and 0 deletions

11
Cargo.toml Normal file
View File

@ -0,0 +1,11 @@
[package]
name = "watcat"
version = "0.1.0"
edition = "2024"
[dependencies]
serenity = "0.12"
tokio = { version = "1.21.2", features = ["macros", "rt-multi-thread"] }
dotenv = "0.15.0"
lastfm = "0.10.0"
magick_rust = "1.0.0" #{ path = "../magick-rust" }