say-hello-laut 0.4.0

This is say-hello library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "say-hello-laut"
version = "0.4.0"
edition = "2021"
description = "This is say-hello library"
license = "Apache-2.0"

[features]
hello = []
bye = []
all = ["hello", "bye"]
default = ["hello"]

[dependencies]