Set duty cycle as cli arg, rename executable
This commit is contained in:
parent
2e7e91cc58
commit
ff0e74e87d
3 changed files with 137 additions and 33 deletions
|
@ -6,6 +6,11 @@ edition = "2024"
|
|||
[profile.release]
|
||||
lto = true
|
||||
|
||||
[[bin]]
|
||||
name = "kulifuli"
|
||||
path = "src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
colored = "3.0.0"
|
||||
eyre = "0.6.12"
|
||||
serialport = "4.7.2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue