Paper wallet for Hush, which you can use with no internet access while wearing a tinfoil hat inside of a Faraday cage. https://hush.is
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

18 lines
504 B

[package]
name = "encoding-index-simpchinese"
version = "1.20141219.5"
authors = ["Kang Seonghoon <public+rust@mearie.org>"]
description = "Index tables for simplified Chinese character encodings"
homepage = "https://github.com/lifthrasiir/rust-encoding"
readme = "../../../README.md"
license = "CC0-1.0"
[lib]
name = "encoding_index_simpchinese"
path = "lib.rs"
[dependencies.encoding_index_tests]
# TODO consider using dev-dependencies instead (Cargo issue #860)
version = "0.1.4"
path = "../tests"