[package] name = "sponge" version = "0.2.1" authors = ["Bradinator "] edition = "2021" description = "A powerful Rust module to convert Rust to ASM" license = "MIT" homepage = "https://github.com/Ulladay-Hub/sponge-build" repository = "https://github.com/Ulladay-Hub/sponge-build" readme = "README.md" [dependencies] clap = { version = "4.5.7", features = ["derive"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" [lib] name = "sponge_lib" path = "src/lib.rs"