chore: rust project initialization

This commit is contained in:
Alexander Navarro 2025-01-14 14:49:02 -03:00
parent f3bba33088
commit 9741df29e3
6 changed files with 24 additions and 14 deletions

3
src/bin/cli/main.rs Normal file
View file

@ -0,0 +1,3 @@
fn main() {
println!("Hello from cli bin!");
}

3
src/bin/web/main.rs Normal file
View file

@ -0,0 +1,3 @@
fn main() {
println!("Hello from web bin!");
}

0
src/lib.rs Normal file
View file