updated crate name to lowercase
Rust build & run checks / cargo-build-test (push) Failing after 7m5s Details

This commit is contained in:
Sven Vogel 2023-09-14 10:10:17 +02:00
parent cadd7f8fc2
commit 3f997fdb87
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
/target
*.erpn
*.vsasm
*.lock

View File

@ -1,5 +1,5 @@
[package]
name = "Yard"
name = "yard"
version = "0.1.0"
edition = "2021"
authors = [ "Sven Vogel" ]