create_rust_lib_template 0.1.0

_description_
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.tokio]
features = ["full"]
version = "1.17.0"

[package]
authors = ["pefish <pefish@qq.com>"]
autobenches = true
description = "_description_"
documentation = "https://github.com/pefish/create-rust-lib-template"
edition = "2018"
exclude = ["docs", "/.travis.yml", "/appveyor.yml", ".gitignore"]
homepage = "https://github.com/pefish/create-rust-lib-template"
license = "MIT OR Apache-2.0"
name = "create_rust_lib_template"
readme = "README.md"
repository = "https://github.com/pefish/create-rust-lib-template"
version = "0.1.0"