You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description = "A straightforward minifier for JavaScript and CSS files, developed using Rust. This tool efficiently reduces the size of JS and CSS files by removing unnecessary characters, whitespace, and comments without affecting functionality."
repository = "https://github.com/kremilly/Minix"
documentation = "https://kremilly.com/docs/minix"
homepage = "https://kremilly.com"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tokio = { version = "1.43.0", features = ["full"] }
regex = "1.4"
figlet-rs = "0.1.3"
clap = { version = "4.5.26", features = ["cargo", "derive"] }