ccutils/Cargo.toml

14 lines
386 B
TOML
Raw Normal View History

[package]
name = "ccutils"
version = "0.1.0"
edition = "2021"
authors = ["Jia Chao <jiachao2130@126.com>"]
license = "MIT"
keywords = ["cc", "utils"]
include = ["src/**/*", "Cargo.toml", "README.md"]
description = "A complex toolset that include various small functions."
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]