blob: e09331150b887716f425023bd4bd67680c8cd1a4 [file] [log] [blame]
[workspace]
members = [
"diesel",
"diesel_cli",
"diesel_derives",
# FIXME: getting "multiple matching crates for `diesel`" because of the shared build directory
# "diesel_compile_tests",
"diesel_tests",
"diesel_infer_schema",
"diesel_infer_schema/infer_schema_internals",
"diesel_infer_schema/infer_schema_macros",
"diesel_migrations",
"diesel_migrations/migrations_internals",
"diesel_migrations/migrations_macros",
"examples/mysql/getting_started_step_1",
"examples/mysql/getting_started_step_2",
"examples/mysql/getting_started_step_3",
"examples/postgres/all_about_updates",
"examples/postgres/getting_started_step_1",
"examples/postgres/getting_started_step_2",
"examples/postgres/getting_started_step_3",
"examples/sqlite/getting_started_step_1",
"examples/sqlite/getting_started_step_2",
"examples/sqlite/getting_started_step_3",
]
[replace]
"diesel:0.99.0" = { path = "diesel" }
"diesel_derives:0.99.0" = { path = "diesel_derives" }
"diesel_infer_schema:0.99.0" = { path = "diesel_infer_schema" }