1 Star 0 Fork 0

倾盖/db

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Cargo.toml 617 Bytes
一键复制 编辑 原始数据 按行查看 历史
[package]
name = "db"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
actix-rt = "2.6.0"
actix-web = "4.3.1"
chrono = { version = "0.4.19", features = ["serde"] }
dotenv = "0.15.0"
# 在Windows下,openssl会报错:error: failed to run custom build command for `openssl-sys v0.9.90`
openssl = { version = "0.10.38", features = ["vendored"] }
serde = { version = "1.0.134", features = ["derive"] }
sqlx = { version = "0.7.1", features = [
"postgres",
"runtime-tokio-rustls",
"macros",
"chrono",
] }
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Rust
1
https://gitee.com/QGai/db.git
git@gitee.com:QGai/db.git
QGai
db
db
master

搜索帮助