blob: 1774e30ae3158b5a70ff25d1bd12601d209ca76a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[package]
name = "hostname"
version.workspace = true
edition.workspace = true
license.workspace = true
authors.workspace = true
description.workspace = true
documentation.workspace = true
[[bin]]
name = "hostname"
path = "src/hostname.rs"
[dependencies]
nix = { workspace = true, features = ["hostname"] }
|