74 Star 523 Fork 208

hanting / rust-admin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Cargo.toml 839 Bytes
一键复制 编辑 原始数据 按行查看 历史
bond 提交于 2020-12-13 09:42 . update the toml file
[package]
name = "rust-admin"
version = "1.1.1"
authors = ["Han <hanting.hou@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
actix = "0.9.0"
actix-codec = "0.2.0"
actix-web-actors = "2.0.0"
awc = "1.0.1"
env_logger = "0.6"
bytes = "0.5.3"
actix-web = "2.0"
actix-rt = "1.0"
tera = "1.0"
rand = "0.6"
mysql = "17.0"
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
lazy_static = "1.4"
#actix-cors = "0.2"
#actix-service = "1.0"
regex = "1.3"
actix-session = "0.3.0"
sys-info = "0.5"
toml = "0.5"
oss = "0.2"
actix-files = "0.2"
actix-multipart = "0.2"
futures = "0.3"
percent-encoding = "2.1"
[dependencies.fluffy]
git = "https://gitee.com/houhanting/fluffy.git"
branch = "master"
#release模式请去掉以下debug
features = ["debug"]
Rust
1
https://gitee.com/houhanting/rust-admin.git
git@gitee.com:houhanting/rust-admin.git
houhanting
rust-admin
rust-admin
master

搜索帮助