1 Star 1 Fork 0

Neil-鹏 / china-areas

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Cargo.toml 509 Bytes
一键复制 编辑 原始数据 按行查看 历史
shaipe 提交于 2020-02-28 17:57 . update package
[package]
name = "areas"
version = "0.1.0"
authors = ["shaipe <shaipe@sina.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
# reqwest="*"
regex= "1.3.4"
serde= "1.0.104"
serde_json= "1.0.48"
serde_derive= "1.0.104"
indicatif= "0.14.0"
select = "0.4.3"
scraper = "0.11.0"
reqwest = "0.10.3"
[dependencies.lane_net]
path="../lane/net"
version="0.1.0"
# 可以减少编译后的文件大小
[profile.release]
lto = true
Rust
1
https://gitee.com/shaipe/china-areas.git
git@gitee.com:shaipe/china-areas.git
shaipe
china-areas
china-areas
master

搜索帮助