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"]