ops-sat-rs/Cargo.toml

16 lines
323 B
TOML
Raw Normal View History

2024-04-08 16:47:31 +02:00
[package]
name = "ops-sat-sw"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
fern = "0.6"
log = "0.4"
[dependencies.satrs]
version = "0.2.0-rc.0"
git = "https://egit.irs.uni-stuttgart.de/rust/sat-rs.git"
branch = "main"