From 019cd4122b9198c1706bd70de31be0636cbfda92 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Fri, 20 Jun 2014 17:12:03 -0700 Subject: Add a Cargo.toml --- Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..577a45d --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,9 @@ +[project] + +name = "toml" +version = "0.1.0" +authors = ["alex@crichton.co"] + +[[lib]] + +name = "toml" -- cgit v1.2.3