rust-template-test 0.1.7

A Rust template for test
Documentation
[dependencies.rand]
default-features = false
features = ["std", "std_rng"]
version = "0.8.5"

[lints.rust]
unsafe_code = "forbid"

[package]
authors = ["Terakomari <im.terakomari@icloud.com>"]
categories = ["command-line-utilities"]
description = "A Rust template for test"
documentation = "https://github.com/TerakomariGandesblood/rust-template"
edition = "2021"
homepage = "https://github.com/TerakomariGandesblood/rust-template"
keywords = ["test"]
license = "MIT OR Apache-2.0"
name = "rust-template-test"
readme = "README.md"
repository = "https://github.com/TerakomariGandesblood/rust-template"
rust-version = "1.75"
version = "0.1.7"

[profile.dist]
inherits = "release"
lto = "thin"