dworkspace-in-memory 0.0.0

The application platform for your cyberpunk desk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "dworkspace-in-memory"
version = "0.0.0"
license = "MIT OR Apache-2.0"
description = "The application platform for your cyberpunk desk"
homepage = "https://github.com/Hihaheho/Desk"
repository = "https://github.com/Hihaheho/Desk"
readme = "../../../README.md"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
dworkspace = { package = "dworkspace", path = "../../systems/dworkspace", version = "0.0.0" }
dworkspace-components = { package = "dworkspace-components", path = "../../components/dworkspace-components", version = "0.0.0" }