mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-03 14:34:58 +00:00
16 lines
307 B
TOML
16 lines
307 B
TOML
[package]
|
|
name = "libm-bench"
|
|
version = "0.1.0"
|
|
authors = ["Gonzalo Brito Gadeschi <gonzalobg88@gmail.com>"]
|
|
edition = "2018"
|
|
license = "MIT OR Apache-2.0"
|
|
|
|
[dependencies]
|
|
libm = { path = "../..", default-features = false }
|
|
rand = "0.6.5"
|
|
paste = "0.1.5"
|
|
|
|
[features]
|
|
default = []
|
|
stable = [ "libm/stable" ]
|