[package] name = "say-hello-styawan" version = "0.3.0" edition = "2021" description = "this is say hello lib" license = "Apache-2.0" authors = ["Dedy Styawan"] [features] hello = [] bye = [] greet = [] all = ["hello", "bye", "greet"] [dependencies] chrono = "0.4.38"