Skip to content

Instantly share code, notes, and snippets.

@jamwt
Created September 12, 2016 23:48
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/f7f13f90e76c6aced94fa47e1aecbc12 to your computer and use it in GitHub Desktop.
Save jamwt/f7f13f90e76c6aced94fa47e1aecbc12 to your computer and use it in GitHub Desktop.
[root]
name = "test_repo"
version = "0.1.0"
dependencies = [
"slog 1.0.0-alpha3 (registry+https://github.com/rust-lang/crates.io-index)",
"slog-atomic 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "crossbeam"
version = "0.2.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "slog"
version = "1.0.0-alpha3"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "slog-atomic"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"crossbeam 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
"slog 1.0.0-alpha3 (registry+https://github.com/rust-lang/crates.io-index)",
]
[metadata]
"checksum crossbeam 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)" = "0c5ea215664ca264da8a9d9c3be80d2eaf30923c259d03e870388eb927508f97"
"checksum slog 1.0.0-alpha3 (registry+https://github.com/rust-lang/crates.io-index)" = "3646b75d3e7988cfca7d5efda333fcfccca2309a0277f0d1df7d148cd561461f"
"checksum slog-atomic 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9e0a471ed29f08e7feacf6b261775e3bbbd3aa65c27760c0084dd400c13a094b"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment