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