mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-05-23 10:09:58 +00:00
16 lines
287 B
TOML
16 lines
287 B
TOML
[package]
|
|
name = "keycard_wallet"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
license = { workspace = true }
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
nssa.workspace = true
|
|
pyo3.workspace = true
|
|
log.workspace = true
|
|
serde = { workspace = true, features = ["derive"] }
|
|
serde_json.workspace = true
|