[package] name = "tchain" version = "0.1.3" edition = "2021" description = "A blockchain using proof of selection for mining" repository = "https://gitlab.com/codeguy131/tchain.git" documentation = "https://docs.rs/tchain" license-file = "LICENSE" readme = "README.md" [dependencies] openssl = "0.10" lmdb-zero = "0.4.4" [[bin]] name = "tchaind" path = "src/bin/daemon/main.rs" test = false bench = false