We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4590357 commit 2d2601fCopy full SHA for 2d2601f
Cargo.toml
@@ -3,6 +3,10 @@ name = "freecut"
3
version = "0.1.9"
4
authors = ["Gerhard Schwanzer <geri@sdf.org>"]
5
edition = "2018"
6
+license = "Apache-2.0"
7
+description = "A cut optimizer gui for cutting rectangular pieces from panels"
8
+repository = "https://github.com/geri1701/freecut"
9
+keywords = ["gui", "cuts", "optimize", "optimization", "bin-packing", "bin-packer"]
10
11
[dependencies]
12
cut-optimizer-2d = "0.1.1"
0 commit comments