sat-rs/satrs-example/Cargo.toml
Robin Mueller f8df716865
All checks were successful
Rust/sat-rs/pipeline/pr-main This commit looks good
Merge remote-tracking branch 'origin/main' into TargetIdWithApid
2023-08-29 10:22:23 +02:00

35 lines
664 B
TOML

[package]
name = "satrs-example"
version = "0.1.0"
edition = "2021"
authors = ["Robin Mueller <muellerr@irs.uni-stuttgart.de>"]
default-run = "satrs-example"
homepage = "https://egit.irs.uni-stuttgart.de/rust/sat-rs"
repository = "https://egit.irs.uni-stuttgart.de/rust/sat-rs"
[dependencies]
fern = "0.6"
chrono = "0.4"
log = "0.4"
crossbeam-channel = "0.5"
delegate = "0.10"
zerocopy = "0.6"
csv = "1"
num_enum = "0.7"
thiserror = "1"
embedded-can = "0.4"
#socketcan = "2.0"
derive-new = "0.5"
num-traits = "0.2"
num-derive = "0.3"
[dependencies.satrs-core]
# version = "0.1.0-alpha.0"
path = "../satrs-core"
[dependencies.satrs-mib]
path = "../satrs-mib"