Skip to content

Instantly share code, notes, and snippets.

@jamwt
Created September 12, 2016 20:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jamwt/64fd18470404fcd23486aba4318114f0 to your computer and use it in GitHub Desktop.
Save jamwt/64fd18470404fcd23486aba4318114f0 to your computer and use it in GitHub Desktop.
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 <dpc@dpc.pw>"]
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 <dpc@dpc.pw>"]
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