-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.lock
32 lines (27 loc) · 906 Bytes
/
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
[root]
name = "daft"
version = "0.1.0"
dependencies = [
"multiboot2 0.1.0 (git+https://github.com/phil-opp/multiboot2-elf64)",
"rlibc 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
"spin 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "bitflags"
version = "0.3.3"
source = "git+https://github.com/phil-opp/bitflags.git?branch=no_std#440e5b2b187b223fa128fbabb4a037a143359d25"
[[package]]
name = "multiboot2"
version = "0.1.0"
source = "git+https://github.com/phil-opp/multiboot2-elf64#4d64c4317a6ee0836ac3fdca0b6d763e4bdb0f2b"
dependencies = [
"bitflags 0.3.3 (git+https://github.com/phil-opp/bitflags.git?branch=no_std)",
]
[[package]]
name = "rlibc"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "spin"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"