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

View File

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