exclude Cargo.lock from crates.io

This commit is contained in:
ConnorSkees 2020-03-01 17:16:58 -05:00
parent 74adf39166
commit 94a6109a05

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", "tests"]
exclude = ["*.scss", "sass-spec", "tests", "Cargo.lock"]
[[bin]]
name = "grass"