i think for this example this is ok
Some checks are pending
Rust/sat-rs/pipeline/head Build started...

This commit is contained in:
Robin Müller 2023-08-28 22:57:02 +02:00
parent 725713bc4b
commit f694a94df2
Signed by: muellerr
GPG Key ID: FCE0B2BD2195142F

View File

@ -15,11 +15,13 @@ crossbeam-channel = "0.5"
delegate = "0.10" delegate = "0.10"
zerocopy = "0.6" zerocopy = "0.6"
csv = "1" csv = "1"
num_enum = "0.6" num_enum = "0.7"
thiserror = "1" thiserror = "1"
[dependencies.satrs-core] [dependencies.satrs-core]
# version = "0.1.0-alpha.0"
path = "../satrs-core" path = "../satrs-core"
[dependencies.satrs-mib] [dependencies.satrs-mib]
path = "../satrs-mib" path = "../satrs-mib"