1 Star 0 Fork 1

齐朝阳/actix-web-rest-api-with-jwt

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Cargo.toml 674 Bytes
一键复制 编辑 原始数据 按行查看 历史
SakaDream 提交于 2020-03-21 18:36 +08:00 . Update dependencies
[package]
name = "actix-web-rest-api-with-jwt"
version = "0.1.0"
authors = ["SakaDream <bahaimt@gmail.com>"]
edition = "2018"
[dependencies]
actix-web = "2.0.0"
actix-rt = "1.0.0"
actix-service = "1.0.5"
actix-cors = "0.2.0"
log = "0.4.8"
env_logger = "0.7.1"
diesel_migrations = "1.4.0"
serde = "1.0.104"
serde_derive = "1.0.104"
serde_json = "1.0.48"
dotenv = "0.15.0"
futures = "0.3.4"
failure = "0.1.7"
derive_more = "0.99.3"
jsonwebtoken = "7.1.0"
bcrypt = "0.6.2"
[dependencies.diesel]
version = "1.4.3"
features = ["postgres", "r2d2", "chrono"]
[dependencies.chrono]
version = "0.4.11"
features = ["serde"]
[dependencies.uuid]
version = "0.8.1"
features = ["v4"]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/newly-released_0/actix-web-rest-api-with-jwt.git
git@gitee.com:newly-released_0/actix-web-rest-api-with-jwt.git
newly-released_0
actix-web-rest-api-with-jwt
actix-web-rest-api-with-jwt
master

搜索帮助