sokr 0.1.1

SOKR core — immutable C ABI surface for substrate plugins
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# cargo-audit configuration
# https://github.com/rustsec/rustsec/blob/main/cargo-audit/src/audit.toml.example

[advisories]
# Fail on any unmaintained or vulnerability advisory
ignore = []
informational_warnings = ["unmaintained", "yanked"]
severity_threshold = "low"

[output]
deny = ["unmaintained", "vulnerability"]
quiet = false
show_tree = true