diff --git a/crates/schema/Cargo.toml b/crates/schema/Cargo.toml index 43cde276a3f..61ebf803b22 100644 --- a/crates/schema/Cargo.toml +++ b/crates/schema/Cargo.toml @@ -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] diff --git a/crates/schema/LICENSE b/crates/schema/LICENSE new file mode 100644 index 00000000000..e69de29bb2d