From 45dc615eab231e137770b33d070c254b50558fa2 Mon Sep 17 00:00:00 2001 From: "Carson M." Date: Tue, 14 May 2024 00:18:44 -0500 Subject: [PATCH] add license to crate metadata --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 4601b78..f6f06db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,7 @@ name = "brainrot" description = "A live chat interface for Twitch & YouTube" version = "0.1.0" +license = "Apache-2.0" authors = [ "Carson M. " ] repository = "https://github.com/vitri-ent/brainrot" edition = "2021"