Remove `crate_type` from Cargo.toml.
This commit is contained in:
parent
5b1388888b
commit
97c2e71fd6
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue