1 Star 0 Fork 7

沐天虹/Module Proxy

forked from 关中麦客/Module Proxy 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Cargo.toml 728 Bytes
一键复制 编辑 原始数据 按行查看 历史
关中麦客 提交于 2022-01-31 08:22 . update Cargo.toml.
[package]
name = "modproxy"
version = "0.1.0"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
hyper = { version = "0.14", features = ["full"] }
tokio = {version="1", features=["full"]}
tokio-util = { version = "0.6", features = ["codec"] }
futures-core = { version = "0.3", default-features = false }
futures-channel = "0.3"
futures-util = { version = "0.3", default-features = false }
# tokio-native-tls="0.1.0"
bytes = "0.5"
url = "2.1.1"
indoc = "1.0"
# native-tls="0.2.4"
lazy_static = "1.4.0"
once_cell = "1.8.0"
toml = "0.4.5"
serde = "1.0.32"
serde_json = "1.0.59"
serde_derive = "1.0.32"
log = "0.4.8"
log4rs = "0.10.0"
rand = "0.8.4"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Rust
1
https://gitee.com/montacome/module-proxy.git
[email protected]:montacome/module-proxy.git
montacome
module-proxy
Module Proxy
master

搜索帮助