sat-rs/satrs-minisim/Cargo.toml

21 lines
467 B
TOML
Raw Normal View History

2024-02-20 18:17:25 +01:00
[package]
name = "satrs-minisim"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serde = { version = "1", features = ["derive"] }
serde_json = "1"
log = "0.4"
2024-03-05 00:43:01 +01:00
2024-03-06 14:16:40 +01:00
[dependencies.asynchronix]
version = "0.2"
path = "../../asynchronix/asynchronix"
# git = "https://github.com/us-irs/asynchronix.git"
# branch = "clock-not-sendable"
2024-03-05 00:43:01 +01:00
[dependencies.satrs]
path = "../satrs"