msfrn-test-lib 0.3.0

Test rust library
Documentation
[dependencies]

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

[lib]
name = "msfrn_test_lib"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Test rust library"
edition = "2024"
license = "Apache-2.0"
name = "msfrn-test-lib"
readme = false
version = "0.3.0"