[package] name = "cubesys" version = "0.1.0" edition.workspace = true license.workspace = true description = "CUBELinux-2 system integration: one CubeStore shared by cubefs, cubecode and cubecrypt (PDF Packages 3-5 bound into a single running system)." [dependencies] cubecoords = { path = "../cubecoords" } cubestore = { path = "../cubestore" } cubefs = { path = "../cubefs" } cubecode = { path = "../cubecode" } cubecrypt = { path = "../cubecrypt" } [[bin]] name = "cube" path = "src/bin/cube.rs" [[bin]] name = "cube-demo" path = "src/bin/cube_demo.rs"