From 0fc260a7f4ba61d0677da20cf44cc728c661469e Mon Sep 17 00:00:00 2001 From: Dennis Kobert Date: Wed, 16 Sep 2020 18:28:41 +0200 Subject: Add .env to ignored files and add author --- .gitignore | 1 + Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ea8c4bf..fedaa2b 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /target +.env diff --git a/Cargo.toml b/Cargo.toml index 2230b31..f260119 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "lovefinderrz" version = "0.1.0" -authors = ["NatrixAeria "] +authors = ["NatrixAeria ", "TrueDoctor "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html -- cgit v1.2.3-54-g00ecf