1 2 3 4 5 6 7 8 9 10 11 12 13 14
[dependencies] [features] all = ["calc", "say"] calc = [] default = ["calc"] say = [] [package] description = "calc simple library" edition = "2021" license = "Apache-2.0" name = "calc_mjp" version = "1.1.0"