1 Star 0 Fork 0

hboot/dioxus-app

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Cargo.toml 591 Bytes
一键复制 编辑 原始数据 按行查看 历史
hboot 提交于 2025-05-10 23:01 +08:00 . feat(app): 添加数据库支持并实现笔记功能
[workspace]
resolver = "1"
members = [
"packages/app",
"packages/desktop",
"packages/mobile",
"packages/server",
"packages/web",
]
[workspace.dependencies]
dioxus = { version = "0.6.3", features = ["fullstack", "router"] }
reqwest = "0.12.15"
serde = "1.0.219"
[workspace.package]
name = "dioxus-app"
version = "0.1.0"
authors = ["hboot <bobolity@163.com>"]
edition = "2021"
description = "A Dioxus application"
license = "MIT"
[profile]
[profile.wasm-dev]
inherits = "dev"
opt-level = 1
[profile.server-dev]
inherits = "dev"
[profile.android-dev]
inherits = "dev"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hboot/dioxus-app.git
git@gitee.com:hboot/dioxus-app.git
hboot
dioxus-app
dioxus-app
main

搜索帮助