-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCargo.lock
76 lines (65 loc) · 1.81 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4
[[package]]
name = "anyhow"
version = "1.0.95"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04"
[[package]]
name = "bitflags"
version = "2.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
[[package]]
name = "ironrdp-core"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "886b53e18b6a5c7add31d3ac2c55a7587054c9856b3166e565c325617a9969f8"
dependencies = [
"ironrdp-error",
]
[[package]]
name = "ironrdp-error"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c42594b1f8ec9490dcbc33128fd4400235bab4942a59b99b36b0041259963492"
[[package]]
name = "now-proto-fuzzing"
version = "0.0.0"
[[package]]
name = "now-proto-pdu"
version = "0.1.0"
dependencies = [
"bitflags",
"ironrdp-core",
]
[[package]]
name = "now-proto-testsuite"
version = "0.0.0"
[[package]]
name = "pico-args"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
[[package]]
name = "xshell"
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e7290c623014758632efe00737145b6867b66292c42167f2ec381eb566a373d"
dependencies = [
"xshell-macros",
]
[[package]]
name = "xshell-macros"
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32ac00cd3f8ec9c1d33fb3e7958a82df6989c42d747bd326c822b1d625283547"
[[package]]
name = "xtask"
version = "0.0.0"
dependencies = [
"anyhow",
"pico-args",
"xshell",
]