1 Star 7 Fork 3

hanting / rust-admin2-backend

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Cargo.toml 864 Bytes
一键复制 编辑 Web IDE 原始数据 按行查看 历史
robin 提交于 2020-11-07 10:33 . 修改引用外部名称
[package]
name = "rust_admin2_backend"
version = "0.1.0"
authors = ["Yun Liu <haha@live.cn>"]
edition = "2018"
repository = "https://github.com/houhanting/army-backend.git"
description = "后台管理系统"
license = "GNU General Public License v2.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
crate-type = ["cdylib", "rlib"]
[dependencies]
#wee_alloc = "0.4"
serde_derive = "1.0"
serde = "1.0"
serde_json = "1.0"
futures = "0.3"
anyhow = "1.0"
short-crypt = "1.0.15"
rust_admin2_common = { path = "../rust-admin2-common" }
#chrono = "0.4"
[dependencies.yew]
version = "0.17"
[dependencies.wasm-bindgen]
version = "0.2"
[dependencies.web-sys]
version = "0.3"
features = ["Request", "Response", "Window"]
[dependencies.wasm-bindgen-futures]
version = "0.4"
[dependencies.js-sys]
version = "0.3"
Rust
1
https://gitee.com/houhanting/rust-admin2-backend.git
git@gitee.com:houhanting/rust-admin2-backend.git
houhanting
rust-admin2-backend
rust-admin2-backend
master

搜索帮助

14c37bed 8189591 565d56ea 8189591