mirror of
https://github.com/Astatin3/unshell.git
synced 2026-06-09 06:47:59 -06:00
8 lines
199 B
TOML
8 lines
199 B
TOML
|
|
[package]
|
||
|
|
name = "unshell-cli"
|
||
|
|
version = "0.1.0"
|
||
|
|
edition = "2024"
|
||
|
|
|
||
|
|
[dependencies]
|
||
|
|
unshell-test-module = {path = "../unshell-test-module"}#, default-features = false, features = ["server-component"]}
|