mirror of
https://github.com/Astatin3/unshell.git
synced 2026-06-08 22:38:01 -06:00
11 lines
198 B
TOML
11 lines
198 B
TOML
|
|
[package]
|
||
|
|
name = "unshell-lib"
|
||
|
|
version = "0.1.0"
|
||
|
|
edition = "2024"
|
||
|
|
|
||
|
|
[dependencies]
|
||
|
|
libloading = {version = "0.8.9"}
|
||
|
|
bincode = "2.0.1"
|
||
|
|
log = "0.4.28"
|
||
|
|
# unshell-modules = {path = "../unshell-modules"}
|