about summary refs log tree commit diff stats
path: root/Cargo.toml
blob: 490f9458d4ab6ae9052be8bc5e5e0170e1bb45c0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
[workspace]

members = [
    # userspace commands
    "usr/src/mei/true",
    "usr/src/mei/pwd",
    "usr/src/mei/yes",
    "usr/src/mei/echo",
    "usr/src/mei/printf",
    # system
    "usr/src/kei",
]