[package] name = "math_subtract" version.workspace = true edition.workspace = true license.workspace = true authors.workspace = true description = "Subtract numbers from the first number" [lib] crate-type = ["cdylib", "rlib"] [dependencies] serde.workspace = true serde_json.workspace = true