[package] name = "codex32" version = "0.1.0" edition = "2018" description = "Rust reference implementation of the codex32 spec" license = "CC0-1.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [[bin]] name = "correction-table" path = "./src/bin/correction-table.rs" [dependencies]