summaryrefslogtreecommitdiffstats
path: root/rust/kernel/Cargo.toml
blob: 24ccb09124103e742634d9da5205879e67b1057b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# SPDX-License-Identifier: GPL-2.0

[package]
name = "kernel"
version = "0.1.0"
authors = ["Rust for Linux Contributors"]
edition = "2018"

[dependencies]
bitflags = "1"

[build-dependencies]
bindgen = "0.54"
shlex = { path = "../shlex" }