Move location of serai-client in Cargo.toml

This commit is contained in:
Luke Parker 2023-07-04 13:21:52 -04:00
parent 740274210b
commit 0f80f6ec7d
No known key found for this signature in database

View file

@ -33,7 +33,6 @@ members = [
"coordinator",
"substrate/primitives",
"substrate/client",
"substrate/tokens/primitives",
"substrate/tokens/pallet",
@ -47,6 +46,8 @@ members = [
"substrate/runtime",
"substrate/node",
"substrate/client",
"tests/no-std",
]