Bumps [env_logger](https://github.com/sebasmagri/env_logger) from 0.6.0 to 0.6.1. - [Release notes](https://github.com/sebasmagri/env_logger/releases) - [Commits](https://github.com/sebasmagri/env_logger/commits) Signed-off-by: dependabot[bot] <support@dependabot.com>
16 lines
333 B
TOML
16 lines
333 B
TOML
[package]
|
|
name = "solana-logger"
|
|
version = "0.12.0"
|
|
description = "Solana Logger"
|
|
authors = ["Solana Maintainers <maintainers@solana.com>"]
|
|
repository = "https://github.com/solana-labs/solana"
|
|
license = "Apache-2.0"
|
|
homepage = "https://solana.com/"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
env_logger = "0.6.1"
|
|
|
|
[lib]
|
|
name = "solana_logger"
|