[package] name = "kpt_lib" version = "0.1.1" authors = ["stefanos.kouroupis "] edition = "2018" readme = "CRATE.md" description = "Keyboard plate prototyping" license = "MIT" documentation = "https://docs.rs/kpt_lib" repository = "https://github.com/elasticrash/keyboard" keywords = ["3Dprinting", "prototyping", "keyboard"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde = { version = "1.0.123", features = ["derive"] } serde_json = "1.0.53" dxf = "0.4.0" spade = "1.8.2" ply-rs = "0.1.3" cgmath = "0.17.0" orchestrator = "0.2.0"