about summary refs log tree commit diff stats
path: root/usr/src/mei/hostname/Cargo.toml
blob: e3fc320e34816d7072ee38242dde042781494b98 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "hostname"
version.workspace = true
edition.workspace = true
authors.workspace = true
description.workspace = true
documentation.workspace = true

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

[dependencies]
nix = { workspace = true, features = ["hostname"] }