vtcode-terminal-detection 0.105.13

Shared terminal detection primitives for VT Code
Documentation
[package]
name = "vtcode-terminal-detection"
version.workspace = true
edition.workspace = true
rust-version = "1.88"
authors = ["Vinh Nguyen <vinhnguyen2308@gmail.com>"]
description = "Shared terminal detection primitives for VT Code"
license.workspace = true
homepage = "https://github.com/vinhnx/vtcode"
repository = "https://github.com/vinhnx/vtcode"
documentation = "https://docs.rs/vtcode-terminal-detection"

[dependencies]
anyhow = { workspace = true }
dirs = { workspace = true }

[lib]
doctest = false

[lints]
workspace = true