From 84688e498191074acdea2d8a7ed2be598cd67188 Mon Sep 17 00:00:00 2001 From: Andrew Houts <16907671+ahouts@users.noreply.github.com> Date: Wed, 4 Sep 2019 10:03:31 -0700 Subject: feat: add hostname module (#286) Add a hostname module as requested by @chipbuster. Displays the system hostname as provided by gethostname. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 52d83d774..65b976ceb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,6 +40,7 @@ battery = { version = "0.7.4", optional = true } lazy_static = "1.4.0" path-slash = "0.1.1" unicode-segmentation = "1.3.0" +gethostname = "0.2.0" [dev-dependencies] tempfile = "3.1.0" -- cgit v1.2.3