1 Star 8 Fork 4

dot2 / tutorial

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Cargo.toml 723 Bytes
一键复制 编辑 原始数据 按行查看 历史
刘荣飞 提交于 2020-12-29 02:11 . 添加了httpauth做后台验证
[package]
name = "tutorial"
version = "0.1.0"
authors = ["刘荣飞 <173126019@qq.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
env_logger = "0.8.2"
tera = "1.6.0"
actix-http = "2"
actix-web = "3"
actix-files = "0.5.0"
actix-multipart = "0.3"
futures = "0.3.1"
sanitize-filename = "0.3"
uuid = { version = "0.8", features = ["serde", "v4"] }
diesel = { version = "1.4", features = ["mysql","chrono", "r2d2", "uuidv07"] }
dotenv = "0.15"
chrono = { version = "0.4", features = ["serde"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
r2d2="0.8"
log="0.4"
comrak="0.9"
rand = "0.8"
actix-web-httpauth = "0.5"
Rust
1
https://gitee.com/dot2/tutorial.git
git@gitee.com:dot2/tutorial.git
dot2
tutorial
tutorial
master

搜索帮助