feat: gitignore and cargo.toml with 2d array dep

This commit is contained in:
LinlyBoi
2023-04-29 14:10:59 +03:00
parent 5cc4705b21
commit 2114492af3
2 changed files with 23 additions and 0 deletions

9
Cargo.toml Normal file
View File

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