Robin Mueller
c9f71125a3
Some checks failed
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
24 lines
505 B
TOML
24 lines
505 B
TOML
[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"
|
|
|
|
[dependencies.asynchronix]
|
|
version = "0.2"
|
|
path = "../../asynchronix/asynchronix"
|
|
# git = "https://github.com/us-irs/asynchronix.git"
|
|
# branch = "clock-not-sendable"
|
|
|
|
[dependencies.satrs]
|
|
path = "../satrs"
|
|
|
|
[dev-dependencies]
|
|
delegate = "0.12"
|