|
[package]
|
|
name = "fast-float"
|
|
version = "0.1.0"
|
|
authors = ["Magnus Ulimoen <magnus@ulimoen.dev>"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
float = { path = "../float" }
|
|
num-traits = "0.2.14"
|