[package] name = "ulala-say-hello" version = "0.4.0" edition = "2021" description = "Lib for say hello and goodbye" license = "Apache-2.0" authors = ["ulala"] [features] hello = [] bye = [] cheese = [] all = ["hello", "bye", "cheese"] default = ["hello"] [dependencies]