sat-rs/fsrc-example/Cargo.toml

12 lines
229 B
TOML
Raw Normal View History

2022-08-18 01:32:02 +02:00
[package]
name = "fsrc-example"
version = "0.1.0"
edition = "2021"
authors = ["Robin Mueller <muellerr@irs.uni-stuttgart.de>"]
[dependencies.spacepackets]
path = "../spacepackets"
2022-08-28 00:28:29 +02:00
[dependencies.fsrc-core]
path = "../fsrc-core"