From f8fc21903b0ac7bbdcbfdb95b295b9b98af4b1fa Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Wed, 2 Apr 2025 17:51:42 +0500 Subject: feat: a trait for emote api --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index c321836..db1ee2d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,3 +6,4 @@ version = "0.1.0" edition = "2024" [dependencies] +reqwest = { version = "0.12.15", features = ["json"] } -- cgit v1.2.3