1
0
mirror of https://github.com/vbrandl/bind9-api.git synced 2024-11-22 14:13:51 +01:00
bind9-api/crypto/Cargo.toml
dependabot-preview[bot] b9bd57d243
Bump hex from 0.4.0 to 0.4.2
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>
2020-04-04 11:31:59 +00:00

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"