aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2020-04-26 21:15:53 +0100
committerYann Herklotz <git@yannherklotz.com>2020-04-26 21:15:53 +0100
commit9f4cdae92c8df0a7990fdb77d9ff161b2eebf467 (patch)
treeeb1e8c4de3b6040859c88fb8c2ea69580a73ec10 /Cargo.toml
downloadleela-9f4cdae92c8df0a7990fdb77d9ff161b2eebf467.tar.gz
leela-9f4cdae92c8df0a7990fdb77d9ff161b2eebf467.zip
Add initial files
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..530abd3
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,11 @@
+[package]
+name = "leela"
+version = "0.1.0"
+authors = ["Yann Herklotz <git@yannherklotz.com>"]
+edition = "2018"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]
+cgmath = "0.17.0"
+rand = "0.7.3"