aboutsummaryrefslogtreecommitdiff
path: root/stockton-types/Cargo.toml
blob: 02205ca3ae63e3776a74654bb3f9762c25fc56c0 (plain)
1
2
3
4
5
6
7
8
9
[package]
name = "stockton-types"
version = "0.1.0"
authors = ["Oscar <oscar.shrimpton.personal@gmail.com>"]
edition = "2018"

[dependencies]
nalgebra-glm = "^0.6"
stockton-levels = { path = "../stockton-levels" }