-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.lock
79 lines (70 loc) · 1.83 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
77
78
79
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "bitflags"
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1"
[[package]]
name = "kernel-launcher"
version = "0.1.0"
dependencies = [
"okf",
"okf-1100",
]
[[package]]
name = "okf"
version = "0.1.0"
source = "git+ssh://git@github.com/obhq/kernel-framework.git#fc4c9d5db4c75aa12da3e6628688f9466292b9c7"
dependencies = [
"bitflags",
"okf-macros",
]
[[package]]
name = "okf-1100"
version = "0.1.0"
source = "git+ssh://git@github.com/obhq/kernel-framework.git#fc4c9d5db4c75aa12da3e6628688f9466292b9c7"
dependencies = [
"okf",
]
[[package]]
name = "okf-macros"
version = "0.1.0"
source = "git+ssh://git@github.com/obhq/kernel-framework.git#fc4c9d5db4c75aa12da3e6628688f9466292b9c7"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "proc-macro2"
version = "1.0.84"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec96c6a92621310b51366f1e28d05ef11489516e93be030060e5fc12024a49d6"
dependencies = [
"unicode-ident",
]
[[package]]
name = "quote"
version = "1.0.36"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
dependencies = [
"proc-macro2",
]
[[package]]
name = "syn"
version = "2.0.66"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c42f3f41a2de00b01c0aaad383c5a45241efc8b2d1eda5661812fda5f3cdcff5"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "unicode-ident"
version = "1.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"