We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9064e7c commit b8116f8Copy full SHA for b8116f8
packages/test-app/server/Cargo.toml
@@ -9,7 +9,6 @@ edition = "2021"
9
crate-type = ["cdylib"]
10
11
[dependencies]
12
-spacetimedb = { path = "/Users/jeffreydallatezza/st/SpacetimeDBPrivate/public/crates/bindings" }
13
-# spacetimedb = "1.1.1"
+spacetimedb = { path = "../../../../SpacetimeDB/crates/bindings" }
14
log = "0.4"
15
anyhow = "1.0"
0 commit comments