1 2 3 4 5 6 7 8 9 10 11 12 13 14
[dependencies] [features] all = ["hello", "bye"] bye = [] default = ["hello"] hello = [] [package] description = "This is say hello library" edition = "2021" license = "Apache-2.0" name = "belajar-say-hello" version = "0.3.0"