Set up cargo-deny (#358)

* Setup cargo-deny

* Nicer job names
This commit is contained in:
bjorn3 2021-08-26 11:01:56 +02:00 committed by Keavon Chambers
parent 44f244fb5f
commit 47fbb8d0fa
3 changed files with 230 additions and 0 deletions

View file

@ -3,6 +3,7 @@ name = "graphite-proc-macros"
version = "0.1.0"
authors = ["Graphite Authors <contact@graphite.design>"]
edition = "2018"
license = "Apache-2.0"
publish = false
[lib]