From de3f499c48d2418767586da38b72a59de31a5399 Mon Sep 17 00:00:00 2001 From: lkoester Date: Wed, 26 Jul 2023 13:45:43 +0200 Subject: [PATCH] updated toml --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index cbefb0d..f4aecea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "eurosim-obsw" version = "0.1.0" -edition = "2021" +edition = "2023" authors = ["Linus Köster ", "Robin Müller "] description = "EuroSim OBSW Implementation" homepage = "https://egit.irs.uni-stuttgart.de/rust/eurosim-obsw" repository = "https://egit.irs.uni-stuttgart.de/rust/eurosim-obsw" -# license = "Apache-2.0" +license = "Apache-2.0" categories = ["aerospace", "hardware-support", "embedded"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html