Fix build issue seen when launching gce instance (#1874)

This commit is contained in:
Sathish 2018-11-20 07:37:16 -08:00 committed by GitHub
parent d9dabdfc74
commit c89a09e5d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,9 @@ authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana"
license = "Apache-2.0"
[features]
cuda = []
[dependencies]
bincode = "1.0.0"
bytes = "0.4"