tomoko_cargo_more 0.3.0

It just a noob test
Documentation
[package]
name = "tomoko_cargo_more"
version = "0.3.0"
authors = ["tomokokawase <331555765@qq.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
description = "It just a noob test"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

# 为不同的环境设置不同的优化等级
[profile.dev]
opt-level = 0

[profile.release]
opt-level = 3

[dependencies]