Blob Blame History Raw
--- nalgebra-0.17.0/Cargo.toml	1970-01-01T01:00:00+01:00
+++ nalgebra-0.17.0/Cargo.toml	2019-02-17T17:53:52.698941+01:00
@@ -22,6 +22,7 @@
 categories = ["science"]
 license = "BSD-3-Clause"
 repository = "https://github.com/rustsim/nalgebra"
+exclude = ["/ci/*", "/.travis.yml", "/Makefile"]
 
 [lib]
 name = "nalgebra"
@@ -99,4 +100,3 @@
 serde-serialize = ["serde", "serde_derive", "num-complex/serde"]
 sparse = []
 std = ["matrixmultiply", "rand/std", "alga/std"]
-stdweb = ["rand/stdweb"]