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