created example lib for sake of testing
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
[package]
|
||||
name = "lib_example"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
|
||||
[dependencies]
|
||||
@@ -0,0 +1,5 @@
|
||||
#![no_std]
|
||||
|
||||
pub fn add_nums(x: i32, y: i32) -> i32 {
|
||||
x + y
|
||||
}
|
||||
Reference in New Issue
Block a user