-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.lock
52 lines (46 loc) · 1.37 KB
/
Cargo.lock
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
45
46
47
48
49
50
51
52
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "autoclicker"
version = "0.1.0"
dependencies = [
"winapi",
"winres",
]
[[package]]
name = "serde"
version = "1.0.117"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b88fa983de7720629c9387e9f517353ed404164b1e482c970a90c1a4aaf7dc1a"
[[package]]
name = "toml"
version = "0.5.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75cf45bb0bef80604d001caaec0d09da99611b3c0fd39d3080468875cdb65645"
dependencies = [
"serde",
]
[[package]]
name = "winapi"
version = "0.3.8"
source = "git+https://github.com/PepejHa4ker/winapi-rs?branch=0.3#32a7d403c2459f15baa63c5430a7bb0ce32a36f2"
dependencies = [
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
]
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "git+https://github.com/PepejHa4ker/winapi-rs?branch=0.3#32a7d403c2459f15baa63c5430a7bb0ce32a36f2"
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "git+https://github.com/PepejHa4ker/winapi-rs?branch=0.3#32a7d403c2459f15baa63c5430a7bb0ce32a36f2"
[[package]]
name = "winres"
version = "0.1.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff4fb510bbfe5b8992ff15f77a2e6fe6cf062878f0eda00c0f44963a807ca5dc"
dependencies = [
"toml",
]