mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-08-22 04:49:46 -04:00
chore(swap): Disable cargo tauri integration feature by default (#74)
This commit is contained in:
parent
6a3a0a5458
commit
0a122d57d3
1 changed files with 3 additions and 1 deletions
|
@ -91,7 +91,9 @@ sqlx = { version = "0.6.3", features = [
|
|||
] }
|
||||
structopt = "0.3"
|
||||
strum = { version = "0.26", features = [ "derive" ] }
|
||||
tauri = { version = "2.0.0-rc.1", features = [ "config-json5" ], optional = true }
|
||||
tauri = { version = "2.0.0-rc.1", features = [
|
||||
"config-json5",
|
||||
], optional = true, default-features = false }
|
||||
thiserror = "1"
|
||||
time = "0.3"
|
||||
tokio = { version = "1", features = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue