mirror of
https://github.com/winapps-org/winapps.git
synced 2025-08-06 02:38:26 +02:00
Setup basic dependencies
This commit is contained in:
@@ -6,3 +6,4 @@ edition = "2021"
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
winapps = { path = "../winapps" }
|
||||
|
@@ -1,3 +1,5 @@
|
||||
use winapps;
|
||||
|
||||
fn main() {
|
||||
println!("Hello, world!");
|
||||
println!("Test lib: {}", winapps::add(1, 2));
|
||||
}
|
||||
|
Reference in New Issue
Block a user