about summary refs log tree commit diff stats
path: root/usr/src/mei/hostname/Cargo.toml
diff options
context:
space:
mode:
authorEzra Barrow <[email protected]>2023-11-14 02:35:05 -0600
committerEzra Barrow <[email protected]>2023-11-14 02:35:05 -0600
commite160756d55224543015bbe32fd3d9149b75138a8 (patch)
treef54b58b6282655d0b12c86a276f96e56afa3c57b /usr/src/mei/hostname/Cargo.toml
parent56f461df4ad1cd990f4ce6406e766891d5c2efc1 (diff)
downloadk2spice-e160756d55224543015bbe32fd3d9149b75138a8.tar.gz
k2spice-e160756d55224543015bbe32fd3d9149b75138a8.tar.bz2
k2spice-e160756d55224543015bbe32fd3d9149b75138a8.zip
Add hostname
Diffstat (limited to 'usr/src/mei/hostname/Cargo.toml')
-rw-r--r--usr/src/mei/hostname/Cargo.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/usr/src/mei/hostname/Cargo.toml b/usr/src/mei/hostname/Cargo.toml
new file mode 100644
index 0000000..b691d54
--- /dev/null
+++ b/usr/src/mei/hostname/Cargo.toml
@@ -0,0 +1,11 @@
+[package]
+name = "hostname"
+version = "0.1.0"
+edition = "2021"
+
+[[bin]]
+name = "hostname"
+path = "src/hostname.rs"
+
+[dependencies]
+nix = { version = "0.27", features = ["hostname"] }