|
[package]
|
|
name = "optocut"
|
|
version = "0.1.1"
|
|
license = "MIT"
|
|
repository = "https://git.scd31.com/stephen/optocut"
|
|
description = "A command-line utility for generating a cost-optimized cutlist for lumber."
|
|
authors = ["Stephen <webmaster@scd31.com>"]
|
|
edition = "2018"
|
|
readme = "README.md"
|
|
keywords = ["wood", "lumber", "diy", "cutlist", "cut"]
|
|
categories = ["command-line-utilities"]
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
toml = "0.5.8"
|
|
serde = { version = "1.0", features = ["derive"] }
|