vtcode-terminal-detection 0.99.2

Shared terminal detection primitives for VT Code
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[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 }

[lints]
workspace = true