Create project
This commit is contained in:
commit
44294830af
8 changed files with 45 additions and 0 deletions
7
showbits-thermal-printer/Cargo.toml
Normal file
7
showbits-thermal-printer/Cargo.toml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
[package]
|
||||
name = "showbits-thermal-printer"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
|
||||
[dependencies]
|
||||
showbits-common.workspace = true
|
||||
3
showbits-thermal-printer/src/main.rs
Normal file
3
showbits-thermal-printer/src/main.rs
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
fn main() {
|
||||
showbits_common::greet("world");
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue