summaryrefslogtreecommitdiff
path: root/kernel/Cargo.toml
blob: 9dd89c3c5b195f67fca174c04ddf2621eca43870 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "kernel"
version = "0.1.0"
authors = ["Dennis Kobert <dennis@kobert.dev>",
           "Jan Zwerschke"]
edition = "2018"

[lib]
crate-type = ["staticlib"]

[dependencies]
compiler_builtins = { git = "https://github.com/rust-lang/compiler-builtins" }