v0.1.0-pre.027
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# file: kb-wallet/Cargo.toml
|
||||
# version: 1
|
||||
# version: 2
|
||||
|
||||
[package]
|
||||
name = "kb-wallet"
|
||||
@@ -10,6 +10,15 @@ publish.workspace = true
|
||||
|
||||
[dependencies]
|
||||
kb-core = { path = "../kb-core" }
|
||||
serde_json.workspace = true
|
||||
solana-keypair.workspace = true
|
||||
solana-signer.workspace = true
|
||||
tokio.workspace = true
|
||||
tracing.workspace = true
|
||||
zeroize.workspace = true
|
||||
|
||||
[dev-dependencies]
|
||||
tempfile.workspace = true
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
||||
Reference in New Issue
Block a user