summaryrefslogtreecommitdiff
path: root/tests/Cargo.toml
diff options
context:
space:
mode:
authorJordan Gong <jordan.gong@protonmail.com>2020-09-04 20:46:24 +0800
committerJordan Gong <jordan.gong@protonmail.com>2020-09-04 20:46:24 +0800
commit8f14544c14efc7e591ef1dd73ac028a2c2e5e2d6 (patch)
tree5c2f3441cec0692e25eae28b777d1881c0547bfb /tests/Cargo.toml
parentf23a4fe4bcb7ae0b47d625f89abb281646ea33a7 (diff)
Write tests
Diffstat (limited to 'tests/Cargo.toml')
-rw-r--r--tests/Cargo.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/Cargo.toml b/tests/Cargo.toml
new file mode 100644
index 0000000..f81c142
--- /dev/null
+++ b/tests/Cargo.toml
@@ -0,0 +1,9 @@
+[package]
+name = "tests"
+version = "0.1.0"
+authors = ["Jordan Gong <jordan.gong@protonmail.com>"]
+edition = "2018"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]