1[package]
2name = "core_maths"
3version = "0.1.1"
4description = "Extension trait for full float functionality in `#[no_std]` backed by `libm`."
5authors = ["Robert Bastian <me@robertbastian.dev"]
6repository = "https://github.com/robertbastian/core_maths"
7categories = ["no-std", "mathematics", "api-bindings"]
8license = "MIT"
9
10[dependencies]
11libm = "0.2"
12