sat-rs/satrs-minisim/Cargo.toml
Robin Mueller 2ca6684f7a
All checks were successful
Rust/sat-rs/pipeline/head This commit looks good
Rust/sat-rs/pipeline/pr-main This commit looks good
lets go
2024-02-20 18:17:25 +01:00

13 lines
282 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]
asynchronix = "0.2.0"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
log = "0.4"