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

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