From bdd5513ecd20b194765baeadc45b5ceaed7bc8d2 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Sat, 25 Jul 2020 21:16:21 -0400 Subject: [PATCH] make cargo happy --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 393128e..ef5ce59 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,8 @@ name = "maj" version = "0.1.0" authors = ["Christine Dodrill "] edition = "2018" +license = "0BSD" +description = "A gemini client and server for Rust" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html