Files
furumi-ng/Cargo.toml

19 lines
341 B
TOML
Raw Permalink Normal View History

[workspace]
members = [
"furumi-common",
"furumi-server",
"furumi-client-core",
2026-03-11 00:05:13 +00:00
"furumi-mount-linux",
2026-03-18 02:21:00 +00:00
"furumi-mount-macos",
"furumi-agent",
2026-03-18 02:44:59 +00:00
"furumi-web-player",
2026-03-11 00:05:13 +00:00
]
default-members = [
"furumi-common",
"furumi-server",
"furumi-client-core",
2026-03-18 02:21:00 +00:00
"furumi-agent",
2026-03-18 02:44:59 +00:00
"furumi-web-player",
]
resolver = "2"