From 46ba417341e67ee1e12a1c40353c3da3252e9be3 Mon Sep 17 00:00:00 2001 From: servostar Date: Sat, 9 Sep 2023 10:49:03 +0200 Subject: [PATCH] renamed crate to lowercase yard --- .gitignore | 1 + Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5f526f7..067741f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /target *.erpn *.vsasm +*.lock \ No newline at end of file diff --git a/Cargo.toml b/Cargo.toml index 11daf91..cf4189e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "Yard" +name = "yard" version = "0.1.0" edition = "2021" authors = [ "Sven Vogel" ]