Files
unshell/core-modules/unshell_component.toml
T

10 lines
194 B
TOML
Raw Normal View History

name="UnShell Core"
version="0.1"
description="Core components for UnShell"
authors=["astatin3"]
child_components = [
"client/unshell_component.toml",
"server/unshell_component.toml"
]