We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f16efb commit 1d69c8cCopy full SHA for 1d69c8c
crates/sqlite/Cargo.toml
@@ -8,9 +8,6 @@ edition = { workspace = true }
8
serde = { workspace = true }
9
spin-factor-sqlite = { path = "../factor-sqlite" }
10
spin-factors = { path = "../factors" }
11
-# spin-locked-app = { path = "../locked-app" }
12
-# spin-resource-table = { path = "../table" }
13
spin-sqlite-inproc = { path = "../sqlite-inproc" }
14
spin-sqlite-libsql = { path = "../sqlite-libsql" }
15
-# spin-world = { path = "../world" }
16
toml = { workspace = true }
0 commit comments