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"