nalgebra/Cargo.toml

10 lines
241 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"
2014-07-14 19:48:31 +08:00
crate_type = [ "dylib", "staticlib", "rlib" ]
2014-06-25 01:25:57 +08:00
path = "src/lib.rs"