From 272bf6b725d69e0a795090cb405f653c924a273f Mon Sep 17 00:00:00 2001 From: trivernis Date: Fri, 13 Mar 2020 14:32:35 +0100 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index edfc2a8..428f4a1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,9 @@ authors = ["trivernis "] edition = "2018" license-file = "LICENSE" license = "GPL-3" +readme = "Readme.md" +description = "A library to parse bdf files." +homepage = "https://github.com/parallel-programming-hwr/bdflib-rs" [lib] name = "bdf"