SummationByParts/utils/constmatrix/Cargo.toml

12 lines
249 B
TOML
Raw Normal View History

2021-03-22 15:24:32 +00:00
[package]
name = "constmatrix"
version = "0.1.0"
authors = ["Magnus Ulimoen <magnus@ulimoen.dev>"]
edition = "2018"
[dependencies]
approx = { version = "0.4.0", optional = true }
2021-03-26 14:57:15 +00:00
cfg-if = "1.0.0"
2021-03-22 15:24:32 +00:00
float = { path = "../float" }
num-traits = "0.2.14"