rusty-numbers/Cargo.toml
Timothy Warren 3f6071d196
All checks were successful
timw4mail/rusty-numbers/pipeline/head This commit looks good
Add no_std support and testing
2020-04-16 14:07:12 -04:00

22 lines
384 B
INI

[package]
name = "rusty-numbers"
version = "0.1.0"
authors = ["Timothy J. Warren <tim@timshomepage.net>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
[dev-dependencies]
criterion = "0.3"
[features]
default = ["std"]
alloc = []
std = ["alloc"]
[[bench]]
name = "stock_functions"
harness = false