# 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] name = "selfe-start" version = "0.1.0" authors = ["Corey Richardson ", "Russell Mull ", "Zachary Pierce "] description = "Crate defining the entry point to the initial thread on seL4" documentation = "https://doc.robigalia.org/sel4_start" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://gitlab.com/robigalia/sel4-start" resolver = "2" [dependencies.selfe-runtime] version = "0.1" [dependencies.selfe-sys] version = "0.1" [build-dependencies.selfe-config] version = "0.2" [features] default = [] panic_handler = ["selfe-runtime/panic_handler"]