summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 914306648fe8441a8cfa60037af97bea956bed17 (plain)
1
2
3
4
5
6
7
8
9
10
11
# SPDX-License-Identifier: GPL-2.0

# TODO: generate automatically
[workspace]
members = [
    "rust/shlex",
    "rust/module",
    "rust/kernel",
    "drivers/char/rust_example",
]