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

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

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