From cbef94edd5efb065dd54fd4fbaa960cc04bb7cb9 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Mon, 28 Aug 2023 23:32:59 +0200 Subject: [PATCH] better description --- satrs-mib/Cargo.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/satrs-mib/Cargo.toml b/satrs-mib/Cargo.toml index 5fbd314..f6dd23a 100644 --- a/satrs-mib/Cargo.toml +++ b/satrs-mib/Cargo.toml @@ -5,9 +5,8 @@ edition = "2021" rust-version = "1.61" authors = ["Robin Mueller "] description = """ -Helper crate of the sat-rs framework to build a mission information base (MIB) from the OBSW -directly. -""" +Helper crate of the sat-rs framework to build a mission information base (MIB) from the +On-Board Software (OBSW) code directly.""" homepage = "https://egit.irs.uni-stuttgart.de/rust/sat-rs" repository = "https://egit.irs.uni-stuttgart.de/rust/sat-rs" license = "Apache-2.0"