From bf27bae8b9f22e3abb1bc6b7efc993a0fe1fcf37 Mon Sep 17 00:00:00 2001 From: spikecodes <19519553+spikecodes@users.noreply.github.com> Date: Sun, 25 Oct 2020 21:09:06 -0700 Subject: [PATCH] Update Cargo.toml for Crates.io Publishing --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index d29046f..574cde9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,8 @@ [package] name = "libreddit" +description = " Alternative private front-end to Reddit" +license = "AGPL-3.0" +repository = "https://github.com/spikecodes/libreddit" version = "0.1.0" authors = ["spikecodes <19519553+spikecodes@users.noreply.github.com>"] edition = "2018"