[go: up one dir, main page]

cargo-deny 0.1.0

Like #[deny(...)] and #[allow(...)] for your CI
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "cargo-deny"
description = "Like #[deny(...)] and #[allow(...)] for your CI"
version = "0.1.0"
authors = ["Jake Shadle <jake.shadle@embark-studios.com>"]
edition = "2018"
license = "MIT/Apache-2.0"

[[bin]]
name = "cargo-deny"
path = "src/cargo-deny.rs"

[dependencies]