bat: Enable package

This commit is contained in:
Fredrik Fornwall 2018-10-14 22:00:21 +02:00
parent 89f167db2d
commit e4f2135503
2 changed files with 1 additions and 10 deletions

View File

@ -5,16 +5,7 @@ diff -u -r ../bat-0.7.1/Cargo.toml ./Cargo.toml
console = "0.6"
directories = "1.0"
lazy_static = "1.0"
+termios = "0.3"
+termios = "0.3.1"
[dependencies.git2]
version = "0.7"
@@ -41,5 +42,8 @@
default-features = false
features = []
+[patch.crates-io]
+termios = { git = "https://github.com/fornwall/termios-rs", branch = "support-android" }
+
[dev-dependencies]
tempdir = "0.3"