diff options
author | Stefan Kreutz <mail@skreutz.com> | 2024-03-24 15:04:09 +0100 |
---|---|---|
committer | Stefan Kreutz <mail@skreutz.com> | 2024-03-24 15:04:09 +0100 |
commit | c1fa48e9bd617d70e823efef5d6dcea41b1d2087 (patch) | |
tree | 421e69c512ac54bf65495ef23fd7d9ec5a5e67d5 /.cargo/audit.toml | |
download | brck-a7f062939ead1e0cb89b9a2c211108cd42b8e15d.tar |
Add initial implementationbrck-0.1.0
Diffstat (limited to '.cargo/audit.toml')
-rw-r--r-- | .cargo/audit.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.cargo/audit.toml b/.cargo/audit.toml new file mode 100644 index 0000000..d0abe57 --- /dev/null +++ b/.cargo/audit.toml @@ -0,0 +1,6 @@ +# https://github.com/rustsec/rustsec/blob/main/cargo-audit/audit.toml.example + +[advisories] +ignore = [ + # "RUSTSEC-2020-0071", +] |