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