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"