diff options
author | Andy Wortman <ixineeringeverywhere@gmail.com> | 2017-11-26 22:06:02 -0800 |
---|---|---|
committer | Andy Wortman <ixineeringeverywhere@gmail.com> | 2017-11-26 22:06:02 -0800 |
commit | d193f2bc3dd883851f9149f1564a6d1904525914 (patch) | |
tree | 3cbeb2196dd01290469365bc89686b40960796e1 /Cargo.toml | |
parent | e4925f0311574cd954909695bb587902179f8680 (diff) |
wrap lines intelligently with respect to ANSI sequences
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -12,8 +12,8 @@ a nice twitter [[bin]] name = "twidder" # path = "main.rs" -test = false -bench = false +#test = false +#bench = false [dependencies] "termios" = "0.2.2" |