Rm uuid dependency
This commit is contained in:
parent
fbdcf1eb99
commit
faf3dc283d
@ -17,5 +17,4 @@ serde_json = { version = "1.0.108", features = ["preserve_order"]}
|
||||
# sp_client = { path = "../sp-client" }
|
||||
sp_client = { git = "https://github.com/Sosthene00/sp-client.git", branch = "master" }
|
||||
tsify = { git = "https://github.com/Sosthene00/tsify", branch = "next" }
|
||||
uuid = { version = "1.10.0", features = ["v4"] }
|
||||
wasm-bindgen = "0.2.91"
|
||||
|
@ -1,6 +1,5 @@
|
||||
use serde::{Deserialize, Serialize};
|
||||
use tsify::Tsify;
|
||||
use uuid::Uuid;
|
||||
use wasm_bindgen::prelude::*;
|
||||
|
||||
use sp_client::{bitcoin::{hashes::Hash, OutPoint, Txid}, spclient::SpWallet};
|
||||
|
@ -2,7 +2,6 @@ use std::sync::{Mutex, MutexGuard};
|
||||
use std::fmt::Debug;
|
||||
|
||||
pub use sp_client;
|
||||
pub use uuid;
|
||||
pub use log;
|
||||
pub use aes_gcm;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user