aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-11-02 14:21:19 -0400
committerJesse Luehrs <doy@tozt.net>2019-11-02 14:21:19 -0400
commit185c9bb0ea3a1464c608b20ba171e527a62de9cf (patch)
tree77bc8905a3e60b16b04bb0ed7bfe14f1486d2d4f /Cargo.toml
parent33f866f5056549ea585d97f2d9f620aeb7abcbe6 (diff)
downloadvt100-rust-185c9bb0ea3a1464c608b20ba171e527a62de9cf.tar.gz
vt100-rust-185c9bb0ea3a1464c608b20ba171e527a62de9cf.zip
add some logging
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 e5eb8ac..d68299b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,6 +13,7 @@ license = "MIT"
[dependencies]
enumset = "0.4"
+log = "0.4"
unicode-normalization = "0.1"
unicode-width = "0.1"
vte = "0.3"