We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86fcae6 commit a353b7fCopy full SHA for a353b7f
1 file changed
Cargo.toml
@@ -54,7 +54,9 @@ libc = "0.2"
54
rust_decimal = { version = "1.39", features = ["db-tokio-postgres"] }
55
tonic = { version = "0.11", features = ["transport"] }
56
tower = "0.4"
57
-sqlite-watcher = { path = "sqlite-watcher", optional = true }
+# Note: sqlite-watcher is local-only, not on crates.io
58
+# Users get sqlite-sync feature via GitHub releases; crates.io excludes it
59
+sqlite-watcher = { path = "sqlite-watcher", version = "0.1.0", optional = true }
60
61
[features]
62
default = ["sqlite-sync"]
0 commit comments