mirror of
https://github.com/alvierahman90/fea.git
synced 2024-12-15 11:01:59 +00:00
11 lines
263 B
TOML
11 lines
263 B
TOML
[package]
|
|
name = "fea"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
ndarray = "0.15.0"
|
|
ndarray-linalg = { version = "0.16.0", features = [ "openblas-static"]}
|