prefixed-api-key/Cargo.toml

12 lines
227 B
TOML
Raw Normal View History

2022-06-16 14:13:58 +00:00
[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"