mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-04 04:17:44 +00:00
f8cc6f45b8
- Set up the `rustfs-gui` package in the workspace. - Add `dioxus` dependency with `router` feature. - Configure workspace settings for edition, license, repository, and rust-version. - Include lints configuration for the workspace.
14 lines
258 B
TOML
14 lines
258 B
TOML
[package]
|
|
name = "rustfs-gui"
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
rust-version.workspace = true
|
|
version.workspace = true
|
|
|
|
[dependencies]
|
|
dioxus = { workspace = true, features = ["router"] }
|
|
|
|
[lints]
|
|
workspace = true
|