18 lines
286 B
TOML
18 lines
286 B
TOML
[package]
|
|
name = "trpha"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
anstyle = "1"
|
|
clap = { version = "4", features = ["derive", "string"] }
|
|
ctrlc = "3"
|
|
httparse = "1"
|
|
serde = { version = "1", features = ["derive"] }
|
|
shlex = "1"
|
|
toml = "0"
|
|
|
|
[features]
|
|
default = ["ipc"]
|
|
ipc = []
|