Add _program suffix to directories of crates with _program suffix

This commit is contained in:
Greg Fitzgerald
2019-03-21 15:28:28 -06:00
parent 4bb88619fd
commit d0761f57e8
23 changed files with 10 additions and 10 deletions

View File

@@ -0,0 +1,21 @@
[package]
name = "solana-failure"
version = "0.13.0"
description = "Solana failure program"
authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana"
license = "Apache-2.0"
homepage = "https://solana.com/"
edition = "2018"
[dependencies]
solana-sdk = { path = "../../sdk", version = "0.13.0" }
log = "0.4.2"
[dev-dependencies]
solana-runtime = { path = "../../runtime", version = "0.13.0" }
[lib]
name = "failure"
crate-type = ["cdylib"]