-
-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathCargo.toml
44 lines (34 loc) · 921 Bytes
/
Cargo.toml
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
41
42
43
44
[package]
name = "titanium-web-extension"
version = "0.1.0"
authors = ["Antoni Boucher <[email protected]>"]
[lib]
crate-type = ["dylib"]
[features]
default = ["webkit2gtk-webextension/v2_12"]
[dependencies]
log = "^0.3"
regex = "^0.1"
simplelog = "^0.4"
url = "^1.2"
xdg = "^2.0"
[dependencies.gdbus]
git = "https://github.com/antoyo/gdbus-rs"
version = "0.0.1"
[dependencies.gio-sys]
git = "https://github.com/gtk-rs/sys"
version = "0.3.1"
[dependencies.glib]
git = "https://github.com/gtk-rs/glib"
version = "0.1.0"
[dependencies.glib-sys]
git = "https://github.com/gtk-rs/sys"
version = "0.3.1"
[dependencies.webkit2gtk-webextension]
git = "https://github.com/antoyo/webkit2gtk-webextension-rs"
version = "^0.1"
[dependencies.webkit2gtk-webextension-sys]
git = "https://github.com/antoyo/webkit2gtk-webextension-sys-rs"
version = "^0.2"
[replace]
"glib-sys:0.3.1" = { git = "https://github.com/antoyo/sys" }