Create project
This commit is contained in:
commit
44294830af
8 changed files with 45 additions and 0 deletions
4
showbits-common/Cargo.toml
Normal file
4
showbits-common/Cargo.toml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
[package]
|
||||
name = "showbits-common"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
3
showbits-common/src/lib.rs
Normal file
3
showbits-common/src/lib.rs
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
pub fn greet(who: &str) {
|
||||
println!("Hello {who}!");
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue