Skip to content

Commit 928c6a0

Browse files
committed
Reverting Cargo.toml change
1 parent 5b17b60 commit 928c6a0

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

demo/Blackholio/server-rust/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ edition = "2021"
55

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

8+
# Put this in an empty workspace. This is required because we're nested under the SpacetimeDB root
9+
# dir, which has its own workspace `Cargo.toml`, and this shouldn't think it's a part of that.
10+
[workspace]
11+
812
[lib]
913
crate-type = ["cdylib"]
1014

0 commit comments

Comments
 (0)