Files
RedBear-OS/crt0/Cargo.toml
T
2018-03-03 14:31:28 -07:00

12 lines
192 B
TOML

[package]
name = "crt0"
version = "0.1.0"
authors = ["Jeremy Soller <jackpot51@gmail.com>"]
[lib]
name = "crt0"
crate-type = ["staticlib"]
[dependencies]
platform = { path = "../platform" }