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