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

6
Cargo.toml Normal file
View file

@ -0,0 +1,6 @@
[package]
name = "simple-crud"
version = "0.1.0"
edition = "2021"
[dependencies]