diff options
Diffstat (limited to 'model/Cargo.toml')
| -rwxr-xr-x[-rw-r--r--] | model/Cargo.toml | 36 |
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 |
