forked from M-Labs/nalgebra
7b9a3f2bb9
Version of rustc: 0.11.0-nightly (459f155f81291c46633e86a480628b50304ffb1c 2014-07-04 23:46:44 +0000).
12 lines
235 B
TOML
12 lines
235 B
TOML
[package]
|
|
|
|
name = "nalgebra"
|
|
version = "0.1.0"
|
|
authors = [ "Sébastien Crozet <developer@crozet.re>" ] # FIXME: add the contributors.
|
|
|
|
[[lib]]
|
|
|
|
name = "nalgebra"
|
|
crate_type = [ "dylib", "staticlib" ]
|
|
path = "src/lib.rs"
|