Set up cargo workspace and shared crate
This commit is contained in:
parent
05096bf088
commit
8fbdf63c51
5 changed files with 52 additions and 0 deletions
3
tta/src/lib.rs
Normal file
3
tta/src/lib.rs
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
pub fn greet(name: &str) -> String {
|
||||
format!("Hello {name}!")
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue