mirror of
https://github.com/RoboSats/robo-identities.git
synced 2026-01-07 07:25:31 +00:00
13 lines
249 B
TOML
13 lines
249 B
TOML
[package]
|
|
name = "robonames"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
data-encoding = "2.4.0"
|
|
num = "0.4.1"
|
|
ring = "0.16.20"
|
|
sha2 = "0.10.1"
|