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/libsyntax_ext/Cargo.toml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/libsyntax_ext/Cargo.toml (limited to 'src/libsyntax_ext') diff --git a/src/libsyntax_ext/Cargo.toml b/src/libsyntax_ext/Cargo.toml new file mode 100644 index 00000000000..e137815cd32 --- /dev/null +++ b/src/libsyntax_ext/Cargo.toml @@ -0,0 +1,13 @@ +[package] +authors = ["The Rust Project Developers"] +name = "syntax_ext" +version = "0.0.0" + +[lib] +name = "syntax_ext" +path = "lib.rs" +crate-type = ["dylib"] + +[dependencies] +fmt_macros = { path = "../libfmt_macros" } +syntax = { path = "../libsyntax" } -- cgit 1.4.1-3-g733a5