Files
unshell/unshell-lib/Cargo.toml
T
2025-11-09 12:34:52 -07:00

11 lines
203 B
TOML

[package]
name = "unshell-lib"
version = "0.1.0"
edition = "2024"
[dependencies]
libloading = {version = "0.8.9"}
bincode = "2.0.1"
unshell-obfuscate = {path = "../unshell-obfuscate"}
chrono = "0.4.42"