3 Star 3 Fork 0

unsafe-rust / blog-rs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Cargo.toml 541 Bytes
一键复制 编辑 原始数据 按行查看 历史
lo-ferris 提交于 2024-05-11 23:17 . update
[package]
name = "blog-rs"
version = "0.1.0"
edition = "2021"
license = "Apache2"
[dependencies]
hypers = { version = "0.7", features = ["openapi", "cookie", "static_file"] }
tokio = { version = "=1.37.0", features = ["full"] }
serde = { version = "=1.0.201", features = ["derive"] }
serde_yaml = "=0.9.34"
rbatis = "=4.5.22"
rbdc-mysql = "=4.5.7"
rbs = "=4.5.13"
once_cell = "=1.19.0"
tera = "1.19.1"
captcha = "=0.0.9"
rsa = "=0.9.6"
rand = "=0.8.5"
rust-embed = "=8.3.0"
serde_json = "=1.0.117"
data-encoding = "2.6.0"
bcrypt = "0.15.1"
Rust
1
https://gitee.com/unsafe-rust/blog-rs.git
git@gitee.com:unsafe-rust/blog-rs.git
unsafe-rust
blog-rs
blog-rs
master

搜索帮助