2022-08-18 01:32:02 +02:00
|
|
|
[package]
|
2022-11-20 19:29:50 +01:00
|
|
|
name = "satrs-example"
|
2022-08-18 01:32:02 +02:00
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
authors = ["Robin Mueller <muellerr@irs.uni-stuttgart.de>"]
|
2022-11-20 20:42:29 +01:00
|
|
|
default-run = "satrs-example"
|
2022-08-18 01:32:02 +02:00
|
|
|
|
2022-09-08 00:30:01 +02:00
|
|
|
[dependencies]
|
2023-02-15 22:30:32 +01:00
|
|
|
fern = "0.6"
|
|
|
|
chrono = "0.4"
|
|
|
|
log = "0.4"
|
2022-09-08 00:30:01 +02:00
|
|
|
crossbeam-channel = "0.5"
|
2023-07-03 00:42:20 +02:00
|
|
|
delegate = "0.10"
|
2022-10-22 15:31:50 +02:00
|
|
|
zerocopy = "0.6"
|
2022-11-27 22:05:42 +01:00
|
|
|
csv = "1"
|
2023-07-03 00:42:20 +02:00
|
|
|
num_enum = "0.6"
|
2022-09-08 00:30:01 +02:00
|
|
|
|
2022-11-20 19:54:14 +01:00
|
|
|
[dependencies.satrs-core]
|
|
|
|
path = "../satrs-core"
|
2022-11-27 22:05:42 +01:00
|
|
|
|
|
|
|
[dependencies.satrs-mib]
|
|
|
|
path = "../satrs-mib"
|