aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 468cfacc109bad0ddc56baf5aa1cea7fb109979d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[package]
name = "ghOSt"
version = "0.0.1"
edition = "2021"
authors = [ "Christian Cunningham <c@localhost>" ]

[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"}