LJ-rust-filters/Cargo.toml

20 lines
433 B
TOML

[package]
name = "LJ-rust-filters"
version = "0.1.0"
authors = ["Leo Le Bouter <lle-bout@zaclys.net>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serde_json = "1.0.58"
gilrs = "0.7.4"
clap = "2.33.3"
anyhow = "1.0.33"
chrono = "0.4.19"
rand = "0.7.3"
ncollide2d = "0.25.0"
nphysics2d = "0.17.0"
nalgebra = "0.22.0"
nphysics_testbed2d = "0.10.0"