team 0.1.0

A rust toolbox lib for fun
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.team-runtime]
version = "0.1.0"

[lib]
name = "team"
path = "core/lib.rs"

[package]
authors = ["wy"]
description = "A rust toolbox lib for fun"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "team"
publish = true
readme = "README.md"
repository = "https://github.com/wuyuan1002/team"
version = "0.1.0"