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

Try the libfbthrift instead of source. #2

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@

[package]
name = "nebula-rust"
description = "The rust client to connecto to NebulaGraph 2.0"
description = "The rust client to connect to NebulaGraph 2.0"
version = "2.0.0-alpha"
repository = "https://github.com/vesoft-inc/nebula-rust"
homepage = "https://github.com/vesoft-inc/nebula-rust"
documentation = "https://github.com/vesoft-inc/nebula-rust"
documentation = "https://docs.rs/nebula-rust"
readme = "README.md"
license = "Apache 2.0 + Common Clause 1.0"
edition = "2018"

[dependencies]
bytes = { version = "0.5", features = ["serde"] }
fbthrift = { version = "0.0.2" }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the package in crates.io was not released by facebook, you can use the github repo instead of it.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's hosted by the facebook staff


[build-dependencies]

Expand Down
179 changes: 0 additions & 179 deletions src/fbthrift/application_exception.rs

This file was deleted.

Loading