[package] name = "afaf_say-hello" version = "0.4.0" edition = "2021" license = "Apache-2.0" description = "A simple say-hello libary" authors = ["Afaf Technologies"] documentation = "https://docs.rs/afaf_say-hello" repository = "https://github.com/afaf-tech/afaf_say-hello" [dependencies] [features] hello = [] bye = [] all = ["hello", "bye"]