v0.1.0-pre.053
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# file: kb-app-demo-desktop/Cargo.toml
|
||||
# version: 3
|
||||
# version: 4
|
||||
|
||||
[package]
|
||||
name = "kb-app-demo-desktop"
|
||||
@@ -25,15 +25,18 @@ chrono.workspace = true
|
||||
fs2.workspace = true
|
||||
kb-config = { path = "../kb-config" }
|
||||
kb-core = { path = "../kb-core" }
|
||||
kb-lib = { path = "../kb-lib" }
|
||||
kb-logging = { path = "../kb-logging" }
|
||||
kb-lib = { path = "../kb-lib" }
|
||||
kb-program-ids = { path = "../kb-program-ids" }
|
||||
kb-store = { path = "../kb-store" }
|
||||
kb-wallet = { path = "../kb-wallet" }
|
||||
kb-pipeline = { path = "../kb-pipeline" }
|
||||
kb-pipeline-demo-scenarios = { path = "../kb-pipeline-demo-scenarios" }
|
||||
kb-onchain-transport = { path = "../kb-onchain-transport" }
|
||||
serde.workspace = true
|
||||
serde_json.workspace = true
|
||||
spl-associated-token-account-interface.workspace = true
|
||||
solana-pubkey.workspace = true
|
||||
rustls.workspace = true
|
||||
tauri.workspace = true
|
||||
tauri-plugin-tracing.workspace = true
|
||||
|
||||
Reference in New Issue
Block a user