14 lines
457 B
TOML
14 lines
457 B
TOML
[package]
|
|
name = "librqbit-sha1-wrapper"
|
|
version = "3.0.0"
|
|
edition = "2018"
|
|
description = "Common interface around various sha1 implementations used in rqbit torrent client."
|
|
license = "Apache-2.0"
|
|
documentation = "https://docs.rs/librqbit-sha1-wrapper"
|
|
repository = "https://github.com/ikatson/rqbit"
|
|
readme = "README.md"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
crypto-hash = "0.3"
|