about summary refs log tree commit diff stats
path: root/usr/src/mei/hostname/Cargo.toml
blob: b691d54383c5c09f87a04c34233a8994edac7a26 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "hostname"
version = "0.1.0"
edition = "2021"

[[bin]]
name = "hostname"
path = "src/hostname.rs"

[dependencies]
nix = { version = "0.27", features = ["hostname"] }