You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had hoped to publish the rust package to crates.io following the merge of #12, but unfortunately am prevented by rust-lang/crates.io#1142 . Ideally, someone in the @metaparticle-io organization would be able to publish it by:
Less ideally, lines 8-14 in the README should be changed to:
Clone the metaparticle-io/sync repository locally via
`$ git clone https://github.com/metaparticle-io/sync`
and add the following to your `Cargo.toml`
[dependencies]
metaparticle_sync = { path = "../path/to/metaparticle_sync/rust" }
The text was updated successfully, but these errors were encountered:
I had hoped to publish the rust package to crates.io following the merge of #12, but unfortunately am prevented by rust-lang/crates.io#1142 . Ideally, someone in the @metaparticle-io organization would be able to publish it by:
Less ideally, lines 8-14 in the README should be changed to:
The text was updated successfully, but these errors were encountered: