0.1.0
This commit is contained in:
24
migration/khadhroony-bot2-reference/kb_wallet/Cargo.toml
Normal file
24
migration/khadhroony-bot2-reference/kb_wallet/Cargo.toml
Normal file
@@ -0,0 +1,24 @@
|
||||
# file: kb_wallet/Cargo.toml
|
||||
# version: 3
|
||||
|
||||
[package]
|
||||
name = "kb_wallet"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
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