wine 0.1.0

Rust formalization for driving wine
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[graph]
targets = ["aarch64-apple-darwin", "x86_64-apple-darwin"]
all-features = true

[bans]
multiple-versions = "deny"
wildcards = "deny"
allow = []

[sources]
unknown-registry = "deny"
unknown-git = "deny"
required-git-spec = "rev"

[licenses]
allow = ["MPL-2.0"]
confidence-threshold = 1.0