[package] name = "gxccd" version = "0.1.1" edition = "2021" description = "Rust wrapper around gxccd C library" license = "MIT" authors = ["Jesse Cranney "] readme = "README.md" repository = "https://github.com/jcranney/gxccd-wrap" [package.metadata] include = ["lib/*"] [dependencies] fitrs = "0.5.0" libc = "0.2.158"