openethereum/util/sha3/Cargo.toml

12 lines
252 B
TOML
Raw Normal View History

2016-01-18 12:49:39 +01:00
[package]
description = "Rust bindings for tinykeccak C library"
2016-12-11 19:43:58 +01:00
homepage = "http://parity.io"
2016-01-18 12:49:39 +01:00
license = "GPL-3.0"
name = "sha3"
version = "0.1.0"
2016-12-11 19:43:58 +01:00
authors = ["Parity Technologies <admin@parity.io>"]
2016-01-18 12:49:39 +01:00
build = "build.rs"
[build-dependencies]
gcc = "0.3"