From a45400ef465833986f96ba76a836c722dd8176c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ram=C3=B3n=20Jim=C3=A9nez?= Date: Fri, 22 May 2020 19:07:19 +0200 Subject: [PATCH] Includ more metadata in `Cargo.toml` --- Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index faf5b54..4987656 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,12 @@ name = "glow_glyph" version = "0.1.0" authors = ["Héctor Ramón Jiménez "] edition = "2018" +description = "A fast text renderer for glow, powered by glyph_brush" +license = "MIT" +keywords = ["font", "ttf", "truetype", "glow", "text"] +repository = "https://github.com/hecrj/glow_glyph" +documentation = "https://docs.rs/glow_glyph" +readme = "README.md" [dependencies] glow = "0.4"