taplo fmt

This commit is contained in:
Sergio Chouhy 2025-12-12 10:30:57 -03:00
parent bb58f7dd0a
commit 3e3ee9ba36

View File

@ -6,7 +6,7 @@ edition = "2024"
[dependencies]
tokio = { workspace = true, features = ["macros"] }
wallet = { path = "../../wallet" }
nssa-core = {path = "../../nssa/core"}
nssa-core = { path = "../../nssa/core" }
nssa = { path = "../../nssa" }
key_protocol = { path = "../../key_protocol/" }
clap = "4.5.53"