aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 530abd350041e1c8e6af2398fa2590ee6aec3052 (plain)
1
2
3
4
5
6
7
8
9
10
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"