summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-11-17 02:06:15 -0500
committerJesse Luehrs <doy@tozt.net>2021-11-17 02:06:15 -0500
commita78ff323366b61f17628eebcb156b081d2f4504e (patch)
tree959346e2b58b2851d26c445e49751f9503d1849c /Cargo.lock
parentb4df28fe916ab74fe66cba60eab193ebda398eb8 (diff)
downloadnbsh-a78ff323366b61f17628eebcb156b081d2f4504e.tar.gz
nbsh-a78ff323366b61f17628eebcb156b081d2f4504e.zip
add some more data to the prompt
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock29
1 files changed, 29 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 7b8e735..c54771a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -315,6 +315,17 @@ dependencies = [
]
[[package]]
+name = "hostname"
+version = "0.3.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"
+dependencies = [
+ "libc",
+ "match_cfg",
+ "winapi",
+]
+
+[[package]]
name = "instant"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -370,6 +381,12 @@ dependencies = [
]
[[package]]
+name = "match_cfg"
+version = "0.1.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"
+
+[[package]]
name = "memchr"
version = "2.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -392,6 +409,7 @@ dependencies = [
"async-std",
"chrono",
"futures-lite",
+ "hostname",
"libc",
"nix",
"pty-process",
@@ -400,6 +418,7 @@ dependencies = [
"terminal_size",
"textmode",
"unicode-width",
+ "users",
"vt100",
]
@@ -636,6 +655,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
[[package]]
+name = "users"
+version = "0.11.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "24cc0f6d6f267b73e5a2cadf007ba8f9bc39c6a6f9666f8cf25ea809a153b032"
+dependencies = [
+ "libc",
+ "log",
+]
+
+[[package]]
name = "utf8parse"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"