mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-05-06 07:26:43 -04:00
Make schema crate publishable (#1569)
Co-authored-by: Zeke Foppa <bfops@users.noreply.github.com>
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
name = "spacetimedb-schema"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
license-file = "LICENSE"
|
||||
description = "Schema library for SpacetimeDB"
|
||||
rust-version.workspace = true
|
||||
|
||||
[dependencies]
|
||||
|
||||
@@ -23,7 +23,7 @@ if [ $DRY_RUN != 1 ] ; then
|
||||
fi
|
||||
|
||||
BASEDIR=$(pwd)
|
||||
declare -a CRATES=("metrics" "primitives" "bindings-macro" "bindings-sys" "data-structures" "sats" "lib" "bindings" "table" "vm" "client-api-messages" "commitlog" "durability" "fs-utils" "snapshot" "core" "client-api" "standalone" "cli" "sdk")
|
||||
declare -a CRATES=("metrics" "primitives" "bindings-macro" "bindings-sys" "data-structures" "sats" "lib" "schema" "bindings" "table" "vm" "client-api-messages" "commitlog" "durability" "fs-utils" "snapshot" "core" "client-api" "standalone" "cli" "sdk")
|
||||
|
||||
for crate in "${CRATES[@]}" ; do
|
||||
if [ ! -d "${BASEDIR}/crates/${crate}" ] ; then
|
||||
|
||||
Reference in New Issue
Block a user