uu_hostid 0.0.4

hostid ~ (uutils) display the numeric identifier of the current host
Documentation
[[bin]]
name = "hostid"
path = "src/main.rs"
[dependencies.libc]
version = "0.2.42"

[dependencies.uucore]
package = "uucore"
version = ">=0.0.7"

[dependencies.uucore_procs]
package = "uucore_procs"
version = ">=0.0.5"

[lib]
path = "src/hostid.rs"

[package]
authors = ["uutils developers"]
categories = ["command-line-utilities"]
description = "hostid ~ (uutils) display the numeric identifier of the current host"
edition = "2018"
homepage = "https://github.com/uutils/coreutils"
keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"]
license = "MIT"
name = "uu_hostid"
repository = "https://github.com/uutils/coreutils/tree/master/src/uu/hostid"
version = "0.0.4"