sat-rs/satrs-example/Cargo.toml

17 lines
305 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>"]
2022-09-08 00:30:01 +02:00
[dependencies]
crossbeam-channel = "0.5"
2022-09-10 13:34:04 +02:00
delegate = "0.8"
2022-10-22 15:31:50 +02:00
zerocopy = "0.6"
2022-09-08 00:30:01 +02:00
2022-08-18 01:32:02 +02:00
[dependencies.spacepackets]
path = "../spacepackets"
2022-08-28 00:28:29 +02:00
[dependencies.fsrc-core]
path = "../fsrc-core"