9 lines
185 B
TOML
9 lines
185 B
TOML
|
[package]
|
||
|
name = "transition"
|
||
|
version = "0.1.0"
|
||
|
authors = ["Age Manning <Age@AgeManning.com>"]
|
||
|
|
||
|
[dependencies]
|
||
|
types = { path = "../types" }
|
||
|
shuffling = { path = "../utils/shuffling" }
|