summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAndrew Houts <16907671+ahouts@users.noreply.github.com>2019-09-04 10:03:31 -0700
committerMatan Kushner <hello@matchai.me>2019-09-04 13:03:31 -0400
commit84688e498191074acdea2d8a7ed2be598cd67188 (patch)
treef1ec33d3793287ea6c432e8f36dd50c3c0cac4a1 /Cargo.toml
parent5a0f269d85c3bc8a64aa6ee1f3cea4d072d070cb (diff)
feat: add hostname module (#286)
Add a hostname module as requested by @chipbuster. Displays the system hostname as provided by gethostname.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
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"