monorepo/Cargo.toml

32 lines
540 B
TOML
Raw Permalink Normal View History

2023-08-07 18:51:45 +00:00
[workspace]
2023-11-14 13:27:13 +00:00
resolver = "2"
2023-08-07 18:51:45 +00:00
members = [
"authdb",
2023-08-16 03:53:00 +00:00
"changeset",
"config",
"config-derive",
2023-08-16 03:53:00 +00:00
"coordinates",
"cyberpunk-splash",
"dashboard",
2023-08-16 03:53:00 +00:00
"emseries",
"file-service",
2023-12-07 04:39:27 +00:00
"fitnesstrax/core",
"fitnesstrax/app",
"fluent-ergonomics",
"geo-types",
"gm-control-panel",
2023-08-16 03:53:00 +00:00
"hex-grid",
2024-01-25 14:03:17 +00:00
"icon-test",
"ifc",
"memorycache",
"nom-training",
2024-03-22 03:48:48 +00:00
"otg/core",
"otg/gtk",
"result-extended",
2023-08-07 20:06:38 +00:00
"screenplay",
2023-08-07 20:10:08 +00:00
"sgf",
"timezone-testing",
"tree",
"visions/server",
2023-08-07 18:51:45 +00:00
]