diff options
author | Alex Crichton <alex@alexcrichton.com> | 2014-06-20 17:12:03 -0700 |
---|---|---|
committer | Alex Crichton <alex@alexcrichton.com> | 2014-06-20 17:12:03 -0700 |
commit | 019cd4122b9198c1706bd70de31be0636cbfda92 (patch) | |
tree | 9ae2b674a52d56e5f6bbfe410b410a3382f252ec | |
parent | e0d451604a6cd28a06a5251e15d6bdd4c2d0130f (diff) | |
download | milf-rs-019cd4122b9198c1706bd70de31be0636cbfda92.tar.gz milf-rs-019cd4122b9198c1706bd70de31be0636cbfda92.zip |
Add a Cargo.toml
-rw-r--r-- | Cargo.toml | 9 |
1 files changed, 9 insertions, 0 deletions
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" |