-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathCargo.toml
More file actions
40 lines (35 loc) · 799 Bytes
/
Copy pathCargo.toml
File metadata and controls
40 lines (35 loc) · 799 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
[package]
name = "spider"
version = "0.0.9"
edition = "2021"
[dependencies]
anyhow = "1.0"
async-channel = "2.3.1"
async-iterator = "2.3.0"
dircpy = "0.3.19"
futures = "0.3.30"
gettext-rs = { version = "0.7", features = ["gettext-system"] }
glycin = { version = "3", features = ["gdk4"] }
isahc = "1.8.2"
lazy_static = "1.5.0"
open = "5.3.5"
rand = "0.8.5"
scraper = { version = "0.27.0", features = ["atomic"] }
url = "2.5.8"
[dependencies.ashpd]
package = "ashpd"
version = "0.13.11"
features = ["async-io", "gtk4", "dynamic_launcher"]
default-features = false
[dependencies.gtk]
package = "gtk4"
version = "0.11"
features = ["v4_22"]
[dependencies.adw]
package = "libadwaita"
version = "0.9"
features = ["v1_9"]
[dependencies.webkit]
package = "webkit6"
version = "0.6"
features = ["v2_52"]