Files
orchid/Cargo.toml
Lawrence Bethlenfalvy 088cb6a247 updated all deps
migrated away from paste and async-std
2025-09-03 18:42:54 +02:00

16 lines
217 B
TOML

[workspace]
resolver = "2"
members = [
"orcx",
"orchid-std",
"orchid-host",
"orchid-extension",
"orchid-base",
"orchid-api",
"orchid-api-derive",
"orchid-api-traits",
"stdio-perftest",
"xtask",
]