mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-16 16:44:54 +00:00
17 lines
328 B
TOML
17 lines
328 B
TOML
[package]
|
|
name = "libm-bench"
|
|
version = "0.1.0"
|
|
authors = ["Gonzalo Brito Gadeschi <gonzalobg88@gmail.com>"]
|
|
edition = "2021"
|
|
license = "MIT OR Apache-2.0"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
libm = { path = "../..", default-features = false }
|
|
rand = "0.8.5"
|
|
paste = "1.0.15"
|
|
|
|
[features]
|
|
default = []
|
|
unstable = [ "libm/unstable" ]
|