initial commit

This commit is contained in:
lkoester
2022-12-15 14:57:29 +01:00
commit 66459afcab
9 changed files with 1320 additions and 0 deletions

23
Cargo.toml Normal file
View File

@@ -0,0 +1,23 @@
[package]
name = "eurosim-obsw"
version = "0.1.0"
edition = "2021"
authors = ["Linus Köster <linus@koester-im-web.de>", "Robin Müller <muellerr@irs.uni-stuttgart.de>"]
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"
categories = ["aerospace", "hardware-support", "embedded"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
[dependencies.spacepackets]
path = "../satrs-launchpad/spacepackets"
[dependencies.satrs-core]
path = "../satrs-launchpad/satrs-core"
[features]