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"
|
2023-08-28 19:11:19 +02:00
|
|
|
homepage = "https://egit.irs.uni-stuttgart.de/rust/sat-rs"
|
|
|
|
repository = "https://egit.irs.uni-stuttgart.de/rust/sat-rs"
|
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-08-28 22:57:02 +02:00
|
|
|
num_enum = "0.7"
|
2023-07-08 13:20:08 +02:00
|
|
|
thiserror = "1"
|
2023-08-15 08:49:54 +02:00
|
|
|
derive-new = "0.5"
|
2022-09-08 00:30:01 +02:00
|
|
|
|
2022-11-20 19:54:14 +01:00
|
|
|
[dependencies.satrs-core]
|
2023-09-29 14:11:03 +02:00
|
|
|
# version = "0.1.0-alpha.1"
|
2022-11-20 19:54:14 +01:00
|
|
|
path = "../satrs-core"
|
2022-11-27 22:05:42 +01:00
|
|
|
|
|
|
|
[dependencies.satrs-mib]
|
2023-12-13 15:49:26 +01:00
|
|
|
# version = "0.1.0-alpha.1"
|
|
|
|
path = "../satrs-mib"
|