Create sat-rs MIB release #72

Merged
muellerr merged 5 commits from create-mib-release into main 2023-08-28 23:41:00 +02:00
5 changed files with 42 additions and 3 deletions
Showing only changes of commit cbef94edd5 - Show all commits

View File

@ -5,9 +5,8 @@ edition = "2021"
rust-version = "1.61" rust-version = "1.61"
authors = ["Robin Mueller <muellerr@irs.uni-stuttgart.de>"] authors = ["Robin Mueller <muellerr@irs.uni-stuttgart.de>"]
description = """ description = """
Helper crate of the sat-rs framework to build a mission information base (MIB) from the OBSW Helper crate of the sat-rs framework to build a mission information base (MIB) from the
directly. On-Board Software (OBSW) code directly."""
"""
homepage = "https://egit.irs.uni-stuttgart.de/rust/sat-rs" homepage = "https://egit.irs.uni-stuttgart.de/rust/sat-rs"
repository = "https://egit.irs.uni-stuttgart.de/rust/sat-rs" repository = "https://egit.irs.uni-stuttgart.de/rust/sat-rs"
license = "Apache-2.0" license = "Apache-2.0"