nalgebra/examples/cargo/Cargo.toml

12 lines
167 B
TOML
Raw Permalink Normal View History

2017-02-16 06:42:03 +08:00
[package]
name = "example-using-nalgebra"
version = "0.0.0"
authors = [ "You" ]
[dependencies]
2023-01-15 00:04:22 +08:00
nalgebra = "0.32.0"
2017-02-16 06:42:03 +08:00
[[bin]]
name = "example"
path = "./example.rs"