support.toml: Initial file

Adds an initial file indicating what version of the `rustsec` the
advisory database is compatible with. This is designed for use with
the corresponding feature in the `rustsec` crate:

https://github.com/RustSec/rustsec-crate/pull/76
This commit is contained in:
Tony Arcieri
2019-09-01 17:04:28 -07:00
parent 2de10f5bce
commit a20aa8d0c8

3
support.toml Normal file
View File

@@ -0,0 +1,3 @@
# Minimum supported version of the `rustsec` crate
[rustsec]
version = ">= 0.12"