summaryrefslogtreecommitdiffstats
path: root/rust/kernel/Cargo.toml
blob: fca60a4635ca14c74f0e5fc996c7689e85dcde78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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"
module = { path = "../module" }

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