Clean up some package stuff

This commit is contained in:
Michael Mikovsky
2026-01-27 15:12:20 -07:00
parent 2aa61e80eb
commit 2edb4f3187
7 changed files with 17 additions and 36 deletions
+7 -1
View File
@@ -2,9 +2,15 @@ cargo-features = ["trim-paths"]
[package]
name = "unshell"
edition = "2024"
[workspace.package]
version = "0.1.0"
edition = "2024"
authors = ["ASTATIN3"]
include = ["LICENSE-APACHE", "LICENSE-MIT", "**/*.rs", "Cargo.toml"]
[workspace]
members = [
# Binaries
@@ -28,7 +34,7 @@ serde = { workspace = true }
serde_json = { workspace = true }
unshell-obfuscate = {path = "./unshell-obfuscate"}
unshell-crypt = {path = "./unshell-crypt"}
# unshell-crypt = {path = "./unshell-crypt"}
[workspace.dependencies]
####