Remove `crate_type` from Cargo.toml.

This commit is contained in:
Sébastien Crozet 2014-07-22 19:58:26 +02:00
parent 5b1388888b
commit 97c2e71fd6
1 changed files with 2 additions and 3 deletions

View File

@ -4,6 +4,5 @@ version = "0.1.0"
authors = [ "Sébastien Crozet <developer@crozet.re>" ] # FIXME: add the contributors.
[[lib]]
name = "nalgebra"
crate_type = [ "dylib", "staticlib", "rlib" ]
path = "src/lib.rs"
name = "nalgebra"
path = "src/lib.rs"