|
|
|
@ -15,6 +15,8 @@ serde_json = { workspace = true }
|
|
|
|
|
tauri = { workspace = true }
|
|
|
|
|
log = { workspace = true }
|
|
|
|
|
thiserror = { workspace = true }
|
|
|
|
|
|
|
|
|
|
[target."cfg(not(any(target_os = \"android\", target_os = \"ios\")))".dependencies]
|
|
|
|
|
authenticator = "0.3.1"
|
|
|
|
|
once_cell = "1"
|
|
|
|
|
sha2 = "0.10"
|
|
|
|
|