summaryrefslogtreecommitdiff
path: root/model/Cargo.toml
diff options
context:
space:
mode:
authorMica White <botahamec@outlook.com>2025-12-08 19:56:48 -0500
committerMica White <botahamec@outlook.com>2025-12-08 19:56:48 -0500
commitfdb2804883deb31e3aeb15bbe588dcc9b7b76bd0 (patch)
treea4c51cd88664cab7b6673dcd3b425fb7a0202a38 /model/Cargo.toml
parent93461aa9399d981db7d8611b3eb166636de4d971 (diff)
Diffstat (limited to 'model/Cargo.toml')
-rwxr-xr-x[-rw-r--r--]model/Cargo.toml36
1 files changed, 18 insertions, 18 deletions
diff --git a/model/Cargo.toml b/model/Cargo.toml
index e732e99..40e8cb8 100644..100755
--- a/model/Cargo.toml
+++ b/model/Cargo.toml
@@ -1,19 +1,19 @@
-[package]
-name = "model"
-version = "0.1.0"
-authors = ["Mica White <botahamec@outlook.com>"]
-edition = "2021"
-publish = false
-
-# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
-
-[dependencies]
-serde = { version = "1", optional = true, features = ["derive"] }
-
-[dev-dependencies]
-proptest = "1"
-criterion = "0.3"
-
-[[bench]]
-name = "bitboard"
+[package]
+name = "model"
+version = "0.1.0"
+authors = ["Mica White <botahamec@outlook.com>"]
+edition = "2021"
+publish = false
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]
+serde = { version = "1", optional = true, features = ["derive"] }
+
+[dev-dependencies]
+proptest = "1"
+criterion = "0.3"
+
+[[bench]]
+name = "bitboard"
harness = false \ No newline at end of file