latest pushes

This commit is contained in:
2025-04-14 12:41:44 -04:00
parent 9c5440c822
commit 274ece33af
10 changed files with 197 additions and 186 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "bellande_step"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
authors = ["Bellande Robotics Sensors Research Innovation Center"]
description = "A tool for running Bellande Step calculations via API or local executable"
@@ -12,12 +12,8 @@ categories = ["science", "algorithms"]
[dependencies]
reqwest = { version = "0.11", features = ["json"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
structopt = "0.3"
tokio = { version = "1.0", features = ["full"] }
thiserror = "1.0"
anyhow = "1.0"
[lib]
name = "bellande_step"