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

# No need for details like `authors` here -- that goes in the modinfo
# via the `module!` macro
[package]
name = "rust_example"
version = "0.1.0"
edition = "2018"
publish = false

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

[dependencies]
kernel = { path = "../../../rust/kernel" }