[package] name = "halfpoint_rs" version = "0.1.0" authors = ["Kim Christensen "] description = "Half-precision floating-point number" license = "MIT/Apache-2.0" homepage = "https://gitlab.com/kimworking/halfpoint-rs" repository = "https://gitlab.com/kimworking/halfpoint-rs" build = "build.rs" [dependencies] [dev-dependencies] rand = "0.4.2"