11 lines
269 B
TOML
11 lines
269 B
TOML
[package]
|
|
authors = ["Michael Sippel <micha@fragmental.art>"]
|
|
edition = "2018"
|
|
name = "nested"
|
|
version = "0.1.0"
|
|
|
|
[dependencies]
|
|
r3vi = { path = "../../lib-r3vi" }
|
|
laddertypes = { path = "../../lib-laddertypes" }
|
|
cgmath = { version = "0.18.0", features = ["serde"] }
|
|
|