mirror of
https://github.com/RoboSats/robo-identities.git
synced 2026-01-02 01:59:17 +00:00
18 lines
323 B
TOML
18 lines
323 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]
|
|
jni = "0.21.1"
|
|
data-encoding = "2.4.0"
|
|
num = "0.4.1"
|
|
ring = "0.16.20"
|
|
sha2 = "0.10.1"
|
|
prefer-dynamic = "0"
|
|
|
|
[lib]
|
|
crate-type = ["rlib", "dylib"]
|