sat-rs/satrs-mib/Cargo.toml
Robin Mueller 6960830fd9
Some checks failed
Rust/sat-rs/pipeline/head There was a failure building this commit
need the mib release..
2023-08-28 23:23:52 +02:00

30 lines
529 B
TOML

[package]
name = "satrs-mib"
version = "0.1.0-alpha.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serde-hex = "0.1.0"
[dependencies.csv]
version = "1"
optional = true
[dependencies.satrs-core]
version = "0.1.0-alpha.0"
# path = "../satrs-core"
[dependencies.satrs-mib-codegen]
path = "codegen"
version = "0.1.0-alpha.0"
[dependencies.serde]
version = "1"
default-features = false
[features]
default = ["std"]
std = ["csv", "serde/std"]