Created
September 12, 2016 20:50
-
-
Save jamwt/64fd18470404fcd23486aba4318114f0 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jamwt@dash:~/devel/client/rust/registry$ tar -xf slog-atomic-0.2.0.crate -O slog-atomic-0.2.0/Cargo.toml | |
[package] | |
name = "slog-atomic" | |
version = "0.2.0" | |
authors = ["Dawid Ciężarkiewicz <[email protected]>"] | |
description = "Unix terminal drain and formatter for slog-rs" | |
keywords = ["slog", "logging", "log", "atomic"] | |
license = "MPL-2.0" | |
documentation = "https://dpc.github.io/slog-rs/" | |
homepage = "https://github.com/dpc/slog-rs" | |
repository = "https://github.com/dpc/slog-rs" | |
readme = "../../README.md" | |
[lib] | |
path = "lib.rs" | |
[dependencies] | |
slog = { version = "1.0.0-alpha3"} | |
crossbeam = "0.2.9" | |
jamwt@dash:~/devel/client/rust/registry$ tar -xf slog-atomic-0.2.0.crate -O slog-atomic-0.2.0/Cargo.toml | |
[package] | |
name = "slog-atomic" | |
version = "0.2.0" | |
authors = ["Dawid Ciężarkiewicz <[email protected]>"] | |
description = "Unix terminal drain and formatter for slog-rs" | |
keywords = ["slog", "logging", "log", "atomic"] | |
license = "MPL-2.0" | |
documentation = "https://dpc.github.io/slog-rs/" | |
homepage = "https://github.com/dpc/slog-rs" | |
repository = "https://github.com/dpc/slog-rs" | |
readme = "../../README.md" | |
[lib] | |
path = "lib.rs" | |
[dependencies] | |
slog = { version = "1.0.0-alpha3"} | |
crossbeam = "0.2.9" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment