[package] name = "ghOSt" version = "0.0.1" edition = "2021" authors = [ "Christian Cunningham " ] [profile.release] lto = true [features] default = [] bsp_rpi2 = [] verbose = [] flag = [] [[bin]] name = "kernel" path = "src/kernel.rs" [dependencies] os_pic = {git="https://git.christiancunningham.xyz/os_pic.git"} #os_pic = {path="../os_pic"}