summaryrefslogtreecommitdiff
path: root/model/Cargo.toml
diff options
context:
space:
mode:
authorBotahamec <botahamec@outlook.com>2021-07-08 20:32:44 -0400
committerBotahamec <botahamec@outlook.com>2021-07-08 20:32:44 -0400
commit7e73782a7d51b40a558b74793c1d6c1abdea857d (patch)
treefba843de026f20cbcca0272c4ef521a6d4ac7ef9 /model/Cargo.toml
here's what i have so far
Diffstat (limited to 'model/Cargo.toml')
-rw-r--r--model/Cargo.toml18
1 files changed, 18 insertions, 0 deletions
diff --git a/model/Cargo.toml b/model/Cargo.toml
new file mode 100644
index 0000000..f264a17
--- /dev/null
+++ b/model/Cargo.toml
@@ -0,0 +1,18 @@
+[package]
+name = "model"
+version = "0.1.0"
+authors = ["Mike White <botahamec@outlook.com>"]
+edition = "2018"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]
+serde = { version = "1.0.126", optional = true, features = ["derive"] }
+
+[dev-dependencies]
+proptest = "1.0.0"
+criterion = "0.3"
+
+[[bench]]
+name = "bitboard"
+harness = false \ No newline at end of file