12 lines
192 B
TOML
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" }
|