feat: add dota lib

This commit is contained in:
2021-01-10 15:10:53 +08:00
parent 394e76ba29
commit dee3033007
6 changed files with 195 additions and 0 deletions

13
__misc/dotalib/Cargo.toml Normal file
View File

@@ -0,0 +1,13 @@
[package]
name = "dotalib"
version = "0.1.0"
authors = ["Hatter Jiang <jht5945@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
name = "dotalib"
crate-type = ["staticlib"]
[dependencies]