prefixed-api-key/Cargo.toml

12 lines
227 B
TOML

[package]
name = "prefixed-api-key"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bs58 = "0.4"
rand = "0.8"
thiserror = "1"