14 wiersze
218 B
TOML
14 wiersze
218 B
TOML
![]() |
[package]
|
||
|
name = "rust-digest"
|
||
|
version = "0.1.0"
|
||
|
authors = ["Claus Matzinger <claus.matzinger+kb@gmail.com>"]
|
||
|
edition = "2018"
|
||
|
|
||
|
[lib]
|
||
|
name = "digest"
|
||
|
crate-type = ["cdylib"]
|
||
|
|
||
|
[dependencies]
|
||
|
libc = "0.2"
|
||
|
ring = "0.14"
|