-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
24 lines (22 loc) · 899 Bytes
/
Copy pathCargo.toml
File metadata and controls
24 lines (22 loc) · 899 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[workspace]
members = ["crates/storage", "crates/server", "crates/ui"]
resolver = "2"
[workspace.package]
edition = "2024"
license = "MIT"
repository = "https://github.com/litvancom/ferrobucket"
homepage = "https://github.com/litvancom/ferrobucket"
# cargo-leptos workspace metadata (Phase 0 compile-verified key set, DECISIONS.md §3.7).
# Assumption A1: workspace form [[workspace.metadata.leptos]] with bin-package/lib-package
# keys — verified by cargo leptos build in Task 3 (Wave-0 compile gate).
[[workspace.metadata.leptos]]
name = "ferrobucket-ui"
bin-package = "ferrobucket-server"
bin-exe-name = "ferrobucket"
lib-package = "ferrobucket-ui"
output-name = "ferrobucket-ui"
site-root = "target/site"
site-pkg-dir = "pkg"
lib-features = ["hydrate"]
bin-features = ["ssr", "embed-assets"]
# No inline CSS tool dependency — palette is inlined in shell.rs (Phase 0 D, DECISIONS.md §3.4)