Skip to content

Commit

Permalink
docs: improve crate meta data
Browse files Browse the repository at this point in the history
  • Loading branch information
tirithen committed Jul 4, 2023
1 parent 1537683 commit b050601
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.vscode
/target
Cargo.lock
6 changes: 5 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@
name = "cnccoder"
authors = ["Fredrik Söderström <[email protected]>"]
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"]
Expand Down

0 comments on commit b050601

Please sign in to comment.