workspace = { members = [ "bye","hello"] } [package] name = "say-hello-jan" version = "0.5.0" edition = "2021" description = "This just test bro" license = "Apache-2.0" authors = ["Yogi Dwitama Uchiha"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] hello=[] bye=[] all=["hello", "bye"] default=["hello"] [dependencies]