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