Bumps [env_logger](https://github.com/sebasmagri/env_logger) from 0.7.0 to 0.7.1. - [Release notes](https://github.com/sebasmagri/env_logger/releases) - [Changelog](https://github.com/sebasmagri/env_logger/blob/master/CHANGELOG.md) - [Commits](https://github.com/sebasmagri/env_logger/compare/v0.7.0...v0.7.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
18 lines
369 B
TOML
18 lines
369 B
TOML
[package]
|
|
name = "solana-logger"
|
|
version = "0.20.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.7.1"
|
|
lazy_static = "1.4.0"
|
|
log = "0.4.8"
|
|
|
|
[lib]
|
|
name = "solana_logger"
|