2024-03-09 15:11:11 +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"
|
|
|
|
thiserror = "1"
|
2024-03-13 10:49:24 +01:00
|
|
|
fern = "0.5"
|
|
|
|
humantime = "2"
|
2024-03-09 15:11:11 +01:00
|
|
|
|
|
|
|
[dependencies.asynchronix]
|
2024-06-02 00:09:08 +02:00
|
|
|
version = "0.2.2"
|
|
|
|
# git = "https://github.com/asynchronics/asynchronix.git"
|
|
|
|
# branch = "main"
|
2024-03-13 10:36:08 +01:00
|
|
|
features = ["serde"]
|
2024-03-09 15:11:11 +01:00
|
|
|
|
|
|
|
[dependencies.satrs]
|
|
|
|
path = "../satrs"
|
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
delegate = "0.12"
|