Initially creation of cargo

This commit is contained in:
2024-02-23 12:57:41 -05:00
parent 727c4c99c8
commit 8c366f1a22
4 changed files with 19 additions and 0 deletions

8
Cargo.toml Normal file
View File

@@ -0,0 +1,8 @@
[package]
name = "baseball-nn"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]