Bumps [log](https://github.com/rust-lang/log) from 0.4.6 to 0.4.7. - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang-nursery/log/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/log/compare/0.4.6...0.4.7) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
25 lines
698 B
TOML
25 lines
698 B
TOML
[package]
|
|
name = "solana-storage-program"
|
|
version = "0.17.0"
|
|
description = "Solana storage 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]
|
|
log = "0.4.7"
|
|
solana-logger = { path = "../../logger", version = "0.17.0" }
|
|
solana-sdk = { path = "../../sdk", version = "0.17.0" }
|
|
solana-storage-api = { path = "../storage_api", version = "0.17.0" }
|
|
|
|
[dev-dependencies]
|
|
solana-runtime = { path = "../../runtime", version = "0.17.0" }
|
|
assert_matches = "1.3.0"
|
|
bincode = "1.1.4"
|
|
|
|
[lib]
|
|
crate-type = ["lib", "cdylib"]
|
|
name = "solana_storage_program"
|