mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-19 02:56:18 +00:00
Initialize rustfs-gui crate (#219)
- 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.
This commit is contained in:
+3
-1
@@ -12,6 +12,7 @@ members = [
|
||||
"common/workers",
|
||||
"iam",
|
||||
"crypto",
|
||||
"cli/rustfs-gui",
|
||||
]
|
||||
resolver = "2"
|
||||
|
||||
@@ -35,7 +36,8 @@ backon = "1.3.0"
|
||||
bytes = "1.9.0"
|
||||
bytesize = "1.3.0"
|
||||
chrono = { version = "0.4.39", features = ["serde"] }
|
||||
clap = { version = "4.5.27", features = ["derive","env"] }
|
||||
clap = { version = "4.5.27", features = ["derive", "env"] }
|
||||
dioxus = { version = "0.6.3", features = ["router"] }
|
||||
ecstore = { path = "./ecstore" }
|
||||
flatbuffers = "24.12.23"
|
||||
futures = "0.3.31"
|
||||
|
||||
Reference in New Issue
Block a user