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