Files
bellande_step/Package/rust/Cargo.toml
2025-04-19 10:34:15 -04:00

21 lines
594 B
TOML

[package]
name = "bellande_step"
version = "0.1.2"
edition = "2021"
authors = ["Bellande Robotics Sensors Research Innovation Center"]
description = "A tool for running Bellande Step calculations via API or local executable"
license = "GPL-3.0-or-later"
repository = "https://github.com/Robotics-Sensors/bellande_step"
readme = "README.md"
keywords = ["robotics", "algorithms", "research"]
categories = ["science", "algorithms"]
[dependencies]
reqwest = { version = "0.11", features = ["json"] }
serde_json = "1.0"
structopt = "0.3"
[lib]
name = "bellande_step"
path = "src/bellande_step.rs"