I want to use latest couchbase-rs version directly from github.
I managed successfully the couchbase
dependency with:
couchbase = { git = "https://github.com/couchbaselabs/couchbase-rs", branch = "master"}
But I'm not able to use the couchbase-sys
because it is a subdir of the couchbase-rs github project.
Is there a way to configure such dependency into Cargo.toml
?