|
|
@ -33,6 +33,11 @@ name = "cast" |
|
|
|
version = "0.2.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "compiler_builtins" |
|
|
|
version = "0.1.19" |
|
|
|
source = "git+https://github.com/rust-lang/compiler-builtins#462b73c1fe1f67a62223a3ccf830f02a2571c016" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "cpuio" |
|
|
|
version = "0.2.0" |
|
|
@ -174,6 +179,7 @@ name = "xe_os" |
|
|
|
version = "0.1.0" |
|
|
|
dependencies = [ |
|
|
|
"bootloader 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"compiler_builtins 0.1.19 (git+https://github.com/rust-lang/compiler-builtins)", |
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"linked_list_allocator 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"pc-keyboard 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
@ -192,6 +198,7 @@ dependencies = [ |
|
|
|
"checksum bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" |
|
|
|
"checksum bootloader 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "abfbe6cdea6367860818facc8e4a184f003cb83d7d004acaaf57baebf1949da0" |
|
|
|
"checksum cast 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "926013f2860c46252efceabb19f4a6b308197505082c609025aa6706c011d427" |
|
|
|
"checksum compiler_builtins 0.1.19 (git+https://github.com/rust-lang/compiler-builtins)" = "<none>" |
|
|
|
"checksum cpuio 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "22b8e308ccfc5acf3b82f79c0eac444cf6114cb2ac67a230ca6c177210068daa" |
|
|
|
"checksum lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" |
|
|
|
"checksum libm 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "7fc7aa29613bd6a620df431842069224d8bc9011086b1db4c0e0cd47fa03ec9a" |
|
|
|