mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 04:09:23 +00:00
Patch is-terminal to the std-included IsTerminal
This commit is contained in:
14
patches/is-terminal/Cargo.toml
Normal file
14
patches/is-terminal/Cargo.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
[package]
|
||||
name = "is-terminal"
|
||||
version = "0.4.10"
|
||||
description = "is-terminal written around std::io::IsTerminal"
|
||||
license = "MIT"
|
||||
repository = "https://github.com/serai-dex/serai/tree/develop/patches/is-terminal"
|
||||
authors = ["Luke Parker <lukeparker5132@gmail.com>"]
|
||||
keywords = []
|
||||
edition = "2021"
|
||||
rust-version = "1.70"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
rustdoc-args = ["--cfg", "docsrs"]
|
||||
1
patches/is-terminal/src/lib.rs
Normal file
1
patches/is-terminal/src/lib.rs
Normal file
@@ -0,0 +1 @@
|
||||
pub use std::io::IsTerminal;
|
||||
Reference in New Issue
Block a user