Move binaries from src/bin into their own crate

This commit is contained in:
Michael Vines
2018-12-13 21:11:09 -08:00
parent 092edabd2d
commit 0fe6d61036
19 changed files with 234 additions and 40 deletions

View File

@@ -2,7 +2,7 @@
authors = ["Solana Maintainers <maintainers@solana.com>"]
edition = "2018"
name = "solana-fullnode"
version = "0.1.0"
version = "0.11.0"
repository = "https://github.com/solana-labs/solana"
license = "Apache-2.0"
homepage = "https://solana.com/"
@@ -19,7 +19,7 @@ solana-sdk = { path = "../sdk", version = "0.11.0" }
[features]
chacha = []
cuda = []
cuda = ["solana/cuda"]
erasure = []
ipv6 = []
unstable = []