-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.lock
52 lines (46 loc) · 1.18 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.
version = 3
[[package]]
name = "bitflags"
version = "2.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
[[package]]
name = "clack-common"
version = "0.1.0"
source = "git+https://github.com/prokopyl/clack.git#404adaf4ffc6cd579f11628d80baeaaace437461"
dependencies = [
"bitflags",
"clap-sys",
]
[[package]]
name = "clack-extensions"
version = "0.1.0"
source = "git+https://github.com/prokopyl/clack.git#404adaf4ffc6cd579f11628d80baeaaace437461"
dependencies = [
"bitflags",
"clack-common",
"clack-plugin",
"clap-sys",
]
[[package]]
name = "clack-plugin"
version = "0.1.0"
source = "git+https://github.com/prokopyl/clack.git#404adaf4ffc6cd579f11628d80baeaaace437461"
dependencies = [
"clack-common",
"clap-sys",
]
[[package]]
name = "clap-sys"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61b04354981cd059bf376007c9361ded38b15de87972e634670799685b042197"
[[package]]
name = "crabhowler"
version = "0.1.0"
dependencies = [
"clack-extensions",
"clack-plugin",
]