Skip to content

Commit

Permalink
Add bigtable
Browse files Browse the repository at this point in the history
  • Loading branch information
mvines committed Aug 5, 2020
1 parent 243e05d commit 6e03539
Show file tree
Hide file tree
Showing 3 changed files with 1,014 additions and 8 deletions.
17 changes: 11 additions & 6 deletions storage-bigtable/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "solana-storage-bigtable"
version = "1.1.22"
version = "1.4.0"
description = "Solana Storage BigTable"
authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana"
Expand All @@ -9,18 +9,23 @@ homepage = "https://solana.com/"
edition = "2018"

[dependencies]
backoff = {version="0.2.1", features = ["tokio"]}
bincode = "1.2.1"
bzip2 = "0.3.3"
enum-iterator = "0.6.0"
flate2 = "1.0.14"
goauth = "0.7.2"
log = "0.4.8"
smpl_jwt = "0.5.0"
tonic = {version="0.3.0", features = ["tls", "transport"]}
prost = "0.6.1"
prost-types = "0.6.1"
enum-iterator = "0.6.0"
bzip2 = "0.3.3"
flate2 = "1.0.14"
serde = "1.0.112"
serde_derive = "1.0.103"
smpl_jwt = "0.5.0"
solana-sdk = { path = "../sdk", version = "1.1.20" }
solana-transaction-status = { path = "../transaction-status", version = "1.1.20" }
thiserror = "1.0"
futures = "0.3.5"
tonic = {version="0.3.0", features = ["tls", "transport"]}
zstd = "0.5.1"

[lib]
Expand Down
Loading

0 comments on commit 6e03539

Please sign in to comment.