diff options
author | Ezra Barrow <[email protected]> | 2023-11-14 02:35:05 -0600 |
---|---|---|
committer | Ezra Barrow <[email protected]> | 2023-11-14 02:35:05 -0600 |
commit | e160756d55224543015bbe32fd3d9149b75138a8 (patch) | |
tree | f54b58b6282655d0b12c86a276f96e56afa3c57b /Cargo.toml | |
parent | 56f461df4ad1cd990f4ce6406e766891d5c2efc1 (diff) | |
download | k2spice-e160756d55224543015bbe32fd3d9149b75138a8.tar.gz k2spice-e160756d55224543015bbe32fd3d9149b75138a8.tar.bz2 k2spice-e160756d55224543015bbe32fd3d9149b75138a8.zip |
Add hostname
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml index 695f829..a28f711 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,4 +8,5 @@ members = [ "usr/src/mei/echo", "usr/src/mei/printf", "usr/src/mei/false", + "usr/src/mei/hostname", ] |