SummationByParts/utils/float/Cargo.toml

11 lines
147 B
TOML
Raw Normal View History

2021-03-22 15:17:27 +00:00
[package]
name = "float"
version = "0.1.0"
authors = ["Magnus Ulimoen <magnus@ulimoen.dev>"]
2022-07-05 18:19:49 +00:00
edition = "2021"
2021-03-22 15:17:27 +00:00
[features]
f32 = []
[dependencies]