inshellah/Cargo.toml
2026-05-21 18:35:25 +10:00

12 lines
246 B
TOML

[package]
name = "inshellah"
version = "0.1.1"
edition = "2024"
[dependencies]
fast-strip-ansi = "0.13.1"
flate2 = "1.1.9"
libc = "0.2.186"
nom = "8.0.0"
parking_lot = "0.12.5"
serde_json = { version = "1.0.149", features = ["preserve_order"] }