11 lines
203 B
TOML
11 lines
203 B
TOML
[package]
|
|
name = "cube-mvw"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
[dependencies]
|
|
cubecoords = { path = "../cubecoords" }
|
|
cubestore = { path = "../cubestore" }
|
|
[[bin]]
|
|
name = "cube-mvw"
|
|
path = "src/main.rs"
|