2024-10-26 17:58:38 -05:00

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" ]