summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorJoe Wilm <joe@jwilm.com>2017-03-01 22:24:37 -0800
committerJoe Wilm <jwilm@users.noreply.github.com>2017-03-02 09:19:01 -0800
commit119c7d2856aea24d9d29040b97b778e50c88e70d (patch)
tree2eac3ed6bb53f883d9e550b06ce9271f22155aa8 /Cargo.lock
parent55876522a2f4f93ea9ee0e1b4fec9d81621ae0cf (diff)
Add support for wide characters
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index a8c8fd42..86c6dc54 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -22,6 +22,7 @@ dependencies = [
"serde_derive 0.9.8 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_json 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_yaml 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
+ "unicode-width 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
"vte 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
"xdg 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
]