[package] name = "fixed-trig" version = "0.1.0" description = "Trigonometric functions for fixed-point numbers." authors = ["crunchyfrog ", "sebcrozet "] license = "BSD-3-Clause" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] fixed = "0.5"