summary refs log tree commit diff
path: root/src/liblog/Cargo.toml
blob: 31a862478d034f8353f3a14132748aa6e1ddb3f2 (plain)
1
2
3
4
5
6
7
8
9
[package]
authors = ["The Rust Project Developers"]
name = "log"
version = "0.0.0"

[lib]
name = "log"
path = "lib.rs"
crate-type = ["dylib", "rlib"]