加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Cargo.toml 618 Bytes
一键复制 编辑 原始数据 按行查看 历史
anruo 提交于 2020-01-27 20:33 . 添加toml说明
[package]
name = "rust-admin"
version = "0.1.0"
authors = ["Administrator <hanting>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
actix-web = "2.0"
actix-rt = "1.0"
tera = "1.0"
env_logger = "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"
[dependencies.fluffy]
git = "https://github.com/houhanting/fluffy.git"
branch = "master"
#release模式请去掉以下debug
features = ["debug"]
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化