about summary refs log tree commit diff stats
path: root/Cargo.toml
blob: a28f711da21b5f58359c359629e9af80354ae0aa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
[workspace]
resolver = "2"
members = [
    # userspace commands
    "usr/src/mei/true",
    "usr/src/mei/pwd",
    "usr/src/mei/yes",
    "usr/src/mei/echo",
    "usr/src/mei/printf",
    "usr/src/mei/false",
    "usr/src/mei/hostname",
]