nalgebra/Cargo.toml

12 lines
235 B
TOML
Raw Normal View History

2014-06-25 01:25:57 +08:00
[package]
name = "nalgebra"
version = "0.1.0"
authors = [ "Sébastien Crozet <developer@crozet.re>" ] # FIXME: add the contributors.
2014-06-25 01:25:57 +08:00
[[lib]]
name = "nalgebra"
crate_type = [ "dylib", "staticlib" ]
path = "src/lib.rs"