From 1627ccf362f9d9fa2906b823e9ce341579826cf5 Mon Sep 17 00:00:00 2001 From: Horhik Date: Sun, 28 Feb 2021 01:30:09 +0300 Subject: [PATCH] add meta to Cargo.toml --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 94272ad..568ec55 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,9 @@ name = "fcpv2" version = "0.0.1" authors = ["Horhik "] edition = "2018" +license = "GPL-2.0" +license-file = "LICENSE" +description = "Implementation of FCPv2 freenet protocol" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html