aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: c3afac7b13162fc5b718e5584975ea2dc5828784 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "ghOSt"
version = "0.1.0"
edition = "2021"
authors = [ "Sergey Bilovytskyy <c@localhost>" ]

[profile.release]
lto = true

[features]
default = []
bsp_rpi2 = []

[[bin]]
name = "kernel"
path = "src/main.rs"

[dependencies]