From 72c479bd0d91befe9b2a77636c6b2731163ffcd6 Mon Sep 17 00:00:00 2001 From: Aankhen Date: Mon, 26 Jun 2017 16:14:27 +0530 Subject: Add `rust-run-clippy' and `rust-buffer-project' with testing paraphernalia. --- test-project/Cargo.toml | 1 + 1 file changed, 1 insertion(+) create mode 100644 test-project/Cargo.toml (limited to 'test-project') diff --git a/test-project/Cargo.toml b/test-project/Cargo.toml new file mode 100644 index 0000000..f413f6b --- /dev/null +++ b/test-project/Cargo.toml @@ -0,0 +1 @@ +1 -- cgit v1.2.3 From 128601b687e7802cf28a1eadd292c52303e92d39 Mon Sep 17 00:00:00 2001 From: Aankhen Date: Sun, 16 Jul 2017 09:47:46 +0530 Subject: Improve content of `test-project/Cargo.toml'. --- test-project/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test-project') diff --git a/test-project/Cargo.toml b/test-project/Cargo.toml index f413f6b..f741b14 100644 --- a/test-project/Cargo.toml +++ b/test-project/Cargo.toml @@ -1 +1 @@ -1 +# Dummy file needed for test -- cgit v1.2.3