1 Star 0 Fork 0

Checcs / real_url

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Cargo.toml 382 Bytes
一键复制 编辑 原始数据 按行查看 历史
jk 提交于 2021-06-13 12:55 . feat: init this repo
[package]
name = "real_url"
version = "0.1.0"
authors = ["jk <wcc_bugmaker@163.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
regex = "1"
md5 = "*"
base64 = "*"
serde_json = "*"
reqwest = { version = "0.11", features = ["json"] }
tokio = { version = "1", features = ["full"] }
clap = "2.33"
1
https://gitee.com/Wangchenchuang/real_url.git
git@gitee.com:Wangchenchuang/real_url.git
Wangchenchuang
real_url
real_url
master

搜索帮助