We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b17b60 commit 928c6a0Copy full SHA for 928c6a0
1 file changed
demo/Blackholio/server-rust/Cargo.toml
@@ -5,6 +5,10 @@ edition = "2021"
5
6
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7
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
+
12
[lib]
13
crate-type = ["cdylib"]
14
0 commit comments