swactor/crates/crypto-wasm/Cargo.toml

11 lines
181 B
TOML
Raw Normal View History

2026-02-16 15:37:29 +00:00
[package]
name = "swactor-crypto-wasm"
version = "0.1.0"
edition = "2021"
[lib]
crate-type = ["cdylib"]
[dependencies]
ed25519-dalek = { version = "2", default-features = false }