This commit is contained in:
atagen 2026-05-19 23:32:51 +10:00
parent da4bc139eb
commit 9401998ea6
49 changed files with 9157 additions and 5482 deletions

12
Cargo.toml Normal file
View file

@ -0,0 +1,12 @@
[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"] }