mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
Formatting: Use same format as cargo-edit
This commit is contained in:
20
Cargo.toml
20
Cargo.toml
@@ -1,19 +1,16 @@
|
|||||||
[package]
|
[package]
|
||||||
|
authors = ["Philipp Oppermann <dev@phil-opp.com>"]
|
||||||
name = "blog_os"
|
name = "blog_os"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = ["Philipp Oppermann <dev@phil-opp.com>"]
|
|
||||||
|
|
||||||
[lib]
|
|
||||||
crate-type = ["staticlib"]
|
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
once = "0.2.1"
|
once = "0.2.1"
|
||||||
rlibc = "0.1.4"
|
rlibc = "0.1.4"
|
||||||
spin = "0.3.4"
|
spin = "0.3.4"
|
||||||
|
|
||||||
[dependencies.x86]
|
[dependencies.bitflags]
|
||||||
version = "0.6.0"
|
features = ["no_std"]
|
||||||
default-features = false
|
version = "0.4.0"
|
||||||
|
|
||||||
[dependencies.hole_list_allocator]
|
[dependencies.hole_list_allocator]
|
||||||
path = "libs/hole_list_allocator"
|
path = "libs/hole_list_allocator"
|
||||||
@@ -21,6 +18,9 @@ path = "libs/hole_list_allocator"
|
|||||||
[dependencies.multiboot2]
|
[dependencies.multiboot2]
|
||||||
git = "https://github.com/phil-opp/multiboot2-elf64"
|
git = "https://github.com/phil-opp/multiboot2-elf64"
|
||||||
|
|
||||||
[dependencies.bitflags]
|
[dependencies.x86]
|
||||||
version = "0.4.0"
|
default-features = false
|
||||||
features = ["no_std"]
|
version = "0.6.0"
|
||||||
|
|
||||||
|
[lib]
|
||||||
|
crate-type = ["staticlib"]
|
||||||
|
|||||||
Reference in New Issue
Block a user