uplift-cli 0.1.0

A cli tool to control a bluetooth enabled uplift desk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Generated by Cargo
# will have compiled files and executables
/target/
/bin/
/pkg/

# These are backup files generated by rustfmt
**/*.rs.bk

# Personal Configs
.DS_Store

# IntelliJ
*.iml
*.ipr
*.iws
.idea