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

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

[dependencies]
bitflags = "1"

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