Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file added crates/query/LICENSE
Empty file.
1 change: 1 addition & 0 deletions crates/sdk/tests/connect_disconnect_client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "connect_disconnect_client"
version.workspace = true
edition.workspace = true
license-file = "LICENSE"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
Empty file.
1 change: 1 addition & 0 deletions crates/sdk/tests/test-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "test-client"
version.workspace = true
edition.workspace = true
license-file = "LICENSE"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
Empty file.
1 change: 1 addition & 0 deletions crates/sdk/tests/test-counter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "test-counter"
version.workspace = true
edition.workspace = true
license-file = "LICENSE"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
Empty file.
Empty file added crates/subscription/LICENSE
Empty file.
1 change: 1 addition & 0 deletions crates/testing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "spacetimedb-testing"
version.workspace = true
edition.workspace = true
license-file = "LICENSE"

[dependencies]
spacetimedb-cli.workspace = true
Expand Down
1 change: 1 addition & 0 deletions crates/update/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "spacetimedb-update"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license-file = "LICENSE"

[dependencies]
spacetimedb-paths.workspace = true
Expand Down
Empty file added crates/update/LICENSE
Empty file.
Empty file added docs/bsatn/LICENSE
Empty file.
Empty file added modules/benchmarks-cs/LICENSE
Empty file.
1 change: 1 addition & 0 deletions modules/benchmarks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "benchmarks-module"
version = "0.1.0"
edition.workspace = true
license-file = "LICENSE"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
Empty file added modules/benchmarks/LICENSE
Empty file.
1 change: 1 addition & 0 deletions modules/keynote-benchmarks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "keynote-benchmarks"
version = "0.1.0"
edition.workspace = true
license-file = "LICENSE"

[lib]
crate-type = ["cdylib"]
Expand Down
Empty file.
Empty file.
1 change: 1 addition & 0 deletions modules/module-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "module-test"
version = "0.0.0"
edition.workspace = true
license-file = "LICENSE"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html\

Expand Down
Empty file added modules/module-test/LICENSE
Empty file.
1 change: 1 addition & 0 deletions modules/perf-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "perf-test-module"
version = "0.1.0"
edition.workspace = true
license-file = "LICENSE"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
Empty file added modules/perf-test/LICENSE
Empty file.
1 change: 1 addition & 0 deletions modules/quickstart-chat/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "quickstart-chat-module"
version = "0.1.0"
edition.workspace = true
license-file = "LICENSE"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
Empty file.
Empty file.
1 change: 1 addition & 0 deletions modules/sdk-test-connect-disconnect/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "spacetime-module"
version = "0.1.0"
edition.workspace = true
license-file = "LICENSE"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
Empty file.
Empty file added modules/sdk-test-cs/LICENSE
Empty file.
1 change: 1 addition & 0 deletions modules/sdk-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "sdk-test-module"
version = "0.1.0"
edition.workspace = true
license-file = "LICENSE"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
Empty file added modules/sdk-test/LICENSE
Empty file.
1 change: 1 addition & 0 deletions tools/upgrade-version/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "upgrade-version"
version = "0.1.0"
edition.workspace = true
license-file = "LICENSE"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
Empty file added tools/upgrade-version/LICENSE
Empty file.
Loading