mirror of
https://github.com/vbrandl/bind9-api.git
synced 2024-11-22 20:03:51 +01:00
b9bd57d243
Bumps [hex](https://github.com/KokaKiwi/rust-hex) from 0.4.0 to 0.4.2. - [Release notes](https://github.com/KokaKiwi/rust-hex/releases) - [Commits](https://github.com/KokaKiwi/rust-hex/compare/v0.4...v0.4.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
14 lines
225 B
TOML
14 lines
225 B
TOML
[package]
|
|
name = "crypto"
|
|
version = "0.1.0"
|
|
authors = ["Valentin Brandl <vbrandl@riseup.net>"]
|
|
license = "MIT/Apache-2.0"
|
|
|
|
[dependencies]
|
|
failure = "0.1.7"
|
|
hex = "0.4.2"
|
|
ring = "0.13.5"
|
|
|
|
[dev-dependencies]
|
|
proptest = "0.9.5"
|