Hi. thanks for making this awesome tool !
I wanna use jsshaker in my Rust project but there's no way to add it as a dependency since it's not published on crates.io.
Looking at lib.rs, the API is already there with tree_shake() function and proper types. Would you consider publishing it to crates.io?
This would let Rust users use it directly in their Rust toolchains
Also by this way, Rust users can install via cargo install jsshaker without npm (I didn't check the whole codebase but probably it'll work)
Hi. thanks for making this awesome tool !
I wanna use jsshaker in my Rust project but there's no way to add it as a dependency since it's not published on crates.io.
Looking at lib.rs, the API is already there with tree_shake() function and proper types. Would you consider publishing it to crates.io?
This would let Rust users use it directly in their Rust toolchains
Also by this way, Rust users can install via
cargo install jsshakerwithout npm (I didn't check the whole codebase but probably it'll work)