diff --git a/Cargo.toml b/Cargo.toml index 8f51aa57..d825a921 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,5 @@ version = "0.1.0" authors = [ "Sébastien Crozet " ] # FIXME: add the contributors. [[lib]] -name = "nalgebra" -crate_type = [ "dylib", "staticlib", "rlib" ] -path = "src/lib.rs" +name = "nalgebra" +path = "src/lib.rs"