From 111d956df07b5235a4d0b4510035a10f4d45870d Mon Sep 17 00:00:00 2001 From: Daniel Duque Date: Mon, 23 May 2022 18:33:49 -0700 Subject: [PATCH] v0.1.0 --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 0682dae..f3dcb10 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,13 @@ name = "pgfplots" version = "0.1.0" edition = "2021" +license = "MIT" +description = "A Rust library to generate publication-quality figures" +readme = "README.md" +repository = "https://github.com/DJDuque/pgfplots" +keywords = ["pgfplots", "plotting", "plot", "visualization", "latex"] +categories = ["visualization"] +documentation = "https://docs.rs/pgfplots" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html