third_party_rust_log/Cargo.toml

21 lines
406 B
TOML
Raw Normal View History

2014-12-13 21:46:26 +00:00
[package]
name = "log"
2015-08-27 16:43:32 +00:00
version = "0.3.2"
2014-12-13 21:46:26 +00:00
authors = ["The Rust Project Developers"]
license = "MIT/Apache-2.0"
readme = "README.md"
repository = "https://github.com/rust-lang/log"
2015-08-27 16:43:32 +00:00
documentation = "https://doc.rust-lang.org/log"
2014-12-13 21:46:26 +00:00
homepage = "https://github.com/rust-lang/log"
description = """
A lightweight logging facade for Rust
2014-12-13 21:46:26 +00:00
"""
2015-02-09 20:22:54 +00:00
[[test]]
name = "filters"
harness = false
[dependencies]
libc = "0.1"