aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 3c094a0231460ba8f9e5410675e5e02541387f18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[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"
rayon = "1.3.0"