From 2581b141473f8333728c8dc330a31dc2373dc0e6 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Thu, 21 Jan 2016 15:19:23 -0800 Subject: bootstrap: Add a bunch of Cargo.toml files These describe the structure of all our crate dependencies. --- src/liblog/Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/liblog/Cargo.toml (limited to 'src/liblog') diff --git a/src/liblog/Cargo.toml b/src/liblog/Cargo.toml new file mode 100644 index 00000000000..31a862478d0 --- /dev/null +++ b/src/liblog/Cargo.toml @@ -0,0 +1,9 @@ +[package] +authors = ["The Rust Project Developers"] +name = "log" +version = "0.0.0" + +[lib] +name = "log" +path = "lib.rs" +crate-type = ["dylib", "rlib"] -- cgit 1.4.1-3-g733a5