Files
libm/Cargo.toml
T
Jorge Aparicio 297df8b1ea v0.1.1
2018-07-14 16:58:24 -05:00

13 lines
339 B
TOML

[package]
authors = ["Jorge Aparicio <jorge@japaric.io>"]
categories = ["no-std"]
description = "libm in pure Rust"
documentation = "https://docs.rs/libm"
keywords = ["libm", "math"]
license = "MIT OR Apache-2.0"
name = "libm"
repository = "https://github.com/japaric/libm"
version = "0.1.1"
[workspace]
members = ["cb", "test-generator"]