Skip to content

Commit

Permalink
more refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
codekansas committed Oct 7, 2024
1 parent c001308 commit 1f4adc5
Show file tree
Hide file tree
Showing 5 changed files with 391 additions and 388 deletions.
5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
[workspace]
members = [
"actuator/rust",
"actuator/rust/py",
"actuator/rust/robstride",
]
resolver = "2"

[workspace.package]
version = "0.1.0"
edition = "2021"

description = "Actuator Python bindings"
description = "Actuator package"
authors = ["K-Scale Labs <[email protected]>"]
repository = "https://github.com/kscalelabs/actuator"
license = "MIT"
Expand Down
6 changes: 1 addition & 5 deletions actuator/rust/robstride/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,8 @@ license.workspace = true
readme.workspace = true

[lib]
name = "lib"
name = "robstride"
crate-type = ["cdylib", "rlib"]

[dependencies]
serialport = "4.5.1"

[[bin]]
name = "ping"
doc = false
Loading

0 comments on commit 1f4adc5

Please sign in to comment.