1 Star 8 Fork 4

hanting / rust-admin2-backend-api

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Cargo.toml 788 Bytes
一键复制 编辑 原始数据 按行查看 历史
robin 提交于 2020-11-07 10:33 . 修改引用的外部库名称
[package]
name = "rust_admin2_backend_api"
version = "1.0.0"
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-web = "3.2"
actix-rt = "1.1"
env_logger = "0.8"
anyhow = "1.0"
futures = "0.3"
dotenv = "0.15"
serde_derive = "1.0"
serde = "1.0"
serde_json = "1.0"
num-traits = "0.2"
#chrono = "0.4"
#actix-cors = "0.2"
#actix-service = "1.0"
#regex = "1.3"
#sys-info = "0.5"
#toml = "0.5"
#actix-files = "0.2"
#actix-multipart = "0.2"
#futures = "0.3"
rust_admin2_common = { path = "../rust-admin2-common" }
[dependencies.sqlx]
version = "0.3"
default-features = false
features = ["postgres", "macros", "runtime-async-std", "chrono", "ipnetwork", "bigdecimal"]
Rust
1
https://gitee.com/houhanting/rust-admin2-backend-api.git
git@gitee.com:houhanting/rust-admin2-backend-api.git
houhanting
rust-admin2-backend-api
rust-admin2-backend-api
master

搜索帮助