# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "hos" version = "0.1.0" authors = ["Bryan Maynard "] default-run = "qemu-uefi" description = "HOS: an Operating System that makes people Happy 😊" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/bsgbryan/hos" [dependencies.ovmf-prebuilt] version = "0.1.0-alpha" [build-dependencies.bootloader] version = "0.11.3" [build-dependencies.hos_kernel] version = "0.1.0" artifact = ["bin"] target = "x86_64-unknown-none"