From 066d3327c39819b2f28bc8b341d75564d98c0af8 Mon Sep 17 00:00:00 2001 From: pellico Date: Tue, 19 Mar 2024 17:19:44 +0100 Subject: [PATCH] fixed wrong package name --- .gitignore | 1 + Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b83d222 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/target/ diff --git a/Cargo.toml b/Cargo.toml index e3b917c..0f03bfc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,12 +14,12 @@ # * # ****************************************************************************** [package] -name = "tc37xpd" +name = "tc375-pac" version = "0.0.1" authors = ["Infineon developers"] edition = "2021" rust-version = "1.64" -description = "Description tests" +description = "PAC for Aurix TC375" keywords = ["no_std", "infineon", "aurix"] categories = ["embedded","hardware-support","no-std","no-std::no-alloc"] license-file = "LICENSE.txt"