From 7c42a42bebb61f67e5b1ce23c55803adac14d2bd Mon Sep 17 00:00:00 2001 From: EvilDeaaaadd Date: Thu, 1 Aug 2019 15:00:41 +0300 Subject: [PATCH] Ignore tests dir; Cargo.toml changes --- .gitignore | 1 + Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 6936990..daaca46 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /target **/*.rs.bk Cargo.lock +/tests diff --git a/Cargo.toml b/Cargo.toml index 715e8de..23d3302 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "owoify" version = "0.1.0" -authors = [""] +authors = [" <@protonmail.com>"] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html