Rust-Programming-Cookbook/Chapter07/python-rust/rust-digest/Cargo.toml

14 wiersze
218 B
TOML
Czysty Zwykły widok Historia

2019-07-02 10:25:23 +00:00
[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"