about summary refs log tree commit diff stats
path: root/usr/src/mei/hostname/Cargo.toml
diff options
context:
space:
mode:
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"] }