exclude tests from crates.io

This commit is contained in:
ConnorSkees 2020-02-15 10:11:26 -05:00
parent e02c0ae574
commit 03c278ed19

View File

@ -9,7 +9,7 @@ keywords = ["scss", "sass", "css"]
repository = "https://github.com/connorskees/grass"
authors = ["ConnorSkees <39542938+ConnorSkees@users.noreply.github.com>"]
edition = "2018"
exclude = ["*.scss", "sass-spec"]
exclude = ["*.scss", "sass-spec", "tests"]
[[bin]]
name = "grass"