[package] name = "tija_tools" version = "0.1.4" authors = ["Janos Tigyi "] edition = "2021" description = "`tija_tools` is a Rust library providing a set of utilities designed to perform common tasks in Rust programming. This library is open for use and can be utilized in various applications, offering simple and effective solutions." license = "MIT" [dependencies] tokio = {version = "1.0", features = ["full"] } crossterm = "0.27"