From b050601a748ee00dc3d7eadf5fcef98959f71c15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20S=C3=B6derstr=C3=B6m?= Date: Tue, 4 Jul 2023 23:55:48 +0200 Subject: [PATCH] docs: improve crate meta data --- .gitignore | 1 + Cargo.toml | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 96ef6c0..78403a3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ +.vscode /target Cargo.lock diff --git a/Cargo.toml b/Cargo.toml index a211dd3..96a7f23 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,10 +2,14 @@ name = "cnccoder" authors = ["Fredrik Söderström "] description = "A library for generating gcode operations targeted for GRBL controled cnc machines, and also generates camotics projects for simulation" +homepage = "https://github.com/tirithen/cnccoder" +repository = "https://github.com/tirithen/cnccoder" +readme = "README.md" license = "MIT OR Apache-2.0" version = "0.1.0" edition = "2021" -keywords = ["cnc", "gcode", "grbl", "camotics"] +keywords = ["cnc", "gcode", "grbl", "cam", "camotics"] +categories = ["algorithms", "command-line-utilities", "encoding"] [features] default = ["filesystem", "doc-images"]