From 0312155a801df9c4f89c5106e33f2cfd409c5f05 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Wed, 2 Apr 2025 16:51:47 +0500 Subject: initial commit --- Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..c321836 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "twitch_emotes" +description = "an API wrapper for Twitch emote providers" +authors = ["ilotterytea "] +version = "0.1.0" +edition = "2024" + +[dependencies] -- cgit v1.2.3