mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
Reorder items to cargo-edit format
This commit is contained in:
12
Cargo.toml
12
Cargo.toml
@@ -13,6 +13,10 @@ spin = "0.3.4"
|
|||||||
[dependencies.hole_list_allocator]
|
[dependencies.hole_list_allocator]
|
||||||
path = "libs/hole_list_allocator"
|
path = "libs/hole_list_allocator"
|
||||||
|
|
||||||
|
[dependencies.lazy_static]
|
||||||
|
features = ["spin_no_std"]
|
||||||
|
version = "0.2.1"
|
||||||
|
|
||||||
[dependencies.multiboot2]
|
[dependencies.multiboot2]
|
||||||
git = "https://github.com/phil-opp/multiboot2-elf64"
|
git = "https://github.com/phil-opp/multiboot2-elf64"
|
||||||
|
|
||||||
@@ -20,17 +24,15 @@ git = "https://github.com/phil-opp/multiboot2-elf64"
|
|||||||
default-features = false
|
default-features = false
|
||||||
version = "0.7.1"
|
version = "0.7.1"
|
||||||
|
|
||||||
[dependencies.lazy_static]
|
|
||||||
version = "0.2.1"
|
|
||||||
features = ["spin_no_std"]
|
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
crate-type = ["staticlib"]
|
crate-type = ["staticlib"]
|
||||||
|
|
||||||
[workspace]
|
[profile]
|
||||||
|
|
||||||
[profile.dev]
|
[profile.dev]
|
||||||
panic = "abort"
|
panic = "abort"
|
||||||
|
|
||||||
[profile.release]
|
[profile.release]
|
||||||
panic = "abort"
|
panic = "abort"
|
||||||
|
|
||||||
|
[workspace]
|
||||||
|
|||||||
Reference in New Issue
Block a user