Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rust documentation is incorrect. #14

Open
ChristopherMacGown opened this issue Jan 22, 2018 · 1 comment
Open

Rust documentation is incorrect. #14

ChristopherMacGown opened this issue Jan 22, 2018 · 1 comment

Comments

@ChristopherMacGown
Copy link
Contributor

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:

  1. Successfully logging in with github on https://crates.io
  2. Obtaining an API Token at https://crates.io/me
  3. Packaging and publishing with:
# cargo login $API_KEY
# cargo package
# cargo publish

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" }
@brendandburns
Copy link
Contributor

I'll see about pushing the crate.

Thanks
--brendan

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants