mirror of
https://github.com/Astatin3/unshell.git
synced 2026-06-09 06:47:59 -06:00
10 lines
194 B
TOML
10 lines
194 B
TOML
|
|
name="UnShell Core"
|
||
|
|
version="0.1"
|
||
|
|
description="Core components for UnShell"
|
||
|
|
authors=["astatin3"]
|
||
|
|
|
||
|
|
child_components = [
|
||
|
|
"client/unshell_component.toml",
|
||
|
|
"server/unshell_component.toml"
|
||
|
|
]
|