Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
lazytiger committed Jul 4, 2023
1 parent 68e237f commit 2d5c01a
Show file tree
Hide file tree
Showing 15 changed files with 2,940 additions and 774 deletions.
896 changes: 448 additions & 448 deletions Cargo.lock

Large diffs are not rendered by default.

540 changes: 358 additions & 182 deletions mobile/src-tauri/Cargo.lock

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions mobile/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ serde_json = "1.0"
log = "0.4"
lazy_static = "1.4"
derive_more = "0.99"
mio = "0.8"
smoltcp = "0.9"
rustls = "0.21"
rustls = { version = "0.21", features = [] }
hyper-rustls = "0.24"
itertools = "0.10"
bytes = "1.4"
crossbeam = "0.8"
Expand All @@ -38,6 +38,8 @@ trust-dns-proto = "0.22"
socket2 = "0.5"
sha2 = "0.10"
hex = "0.4"
mio = "0.8"
tokio = { version = "1.28", features = ["net", "macros"] }

[target.'cfg(target_os="android")'.dependencies]
jni = { version = "0.21", features = [] }
Expand Down
Loading

0 comments on commit 2d5c01a

Please sign in to comment.