bat: Enable package
This commit is contained in:
parent
89f167db2d
commit
e4f2135503
@ -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"
|
Loading…
Reference in New Issue
Block a user