template_lib_crateio 0.1.0

crate template
Documentation
[[bin]]
name = "template_lib_crateio"
path = "src/main.rs"

[dependencies]

[[example]]
name = "main"
path = "examples/main.rs"

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

[package]
authors = ["simon wang <794401136@qq.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools"]
description = "crate template"
edition = "2021"
keywords = ["example", "crate"]
license = "MIT OR Apache-2.0"
name = "template_lib_crateio"
readme = "README.md"
repository = "https://github.com/wang-z-j/template_lib_crateio.git"
version = "0.1.0"

[[test]]
name = "a"
path = "tests/a.rs"