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.
|
authors = [ "Sébastien Crozet <developer@crozet.re>" ] # FIXME: add the contributors.
|
||||||
|
|
||||||
[[lib]]
|
[[lib]]
|
||||||
name = "nalgebra"
|
name = "nalgebra"
|
||||||
crate_type = [ "dylib", "staticlib", "rlib" ]
|
path = "src/lib.rs"
|
||||||
path = "src/lib.rs"
|
|
||||||
|
|
Loading…
Reference in New Issue