23 lines
408 B
TOML
23 lines
408 B
TOML
[package]
|
|
name = "trpha"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
anstyle = "1"
|
|
anyhow = "1"
|
|
clap = { version = "4", features = ["derive", "string"] }
|
|
cookie = "0"
|
|
ctrlc = "3"
|
|
dashmap = "6"
|
|
httparse = "1"
|
|
parking_lot = { version = "0", features = ["arc_lock", "serde"] }
|
|
serde = { version = "1", features = ["derive"] }
|
|
shlex = "1"
|
|
thiserror = "2"
|
|
toml = "0"
|
|
|
|
[features]
|
|
default = ["ipc"]
|
|
ipc = []
|