/ Cargo.toml
Cargo.toml
1 [package] 2 name = "awful_text_sanitizer" 3 version = "0.1.0" 4 edition = "2024" 5 6 [dependencies] 7 text-splitter = { version = "0.25.1", features = ["tiktoken-rs"] } 8 tiktoken-rs = "0.6.0" 9 awful_aj = { version = "*", git = "https://github.com/graves/awful_aj" } 10 tokio = "1.45.0" 11 serde = "1.0.219" 12 serde_derive = "1.0.219" 13 serde_json = "1.0.140" 14 clap = { version = "4.5.38", features = ["derive"] }