mirror of
https://github.com/Astatin3/unshell.git
synced 2026-06-08 22:38:01 -06:00
Clean up some package stuff
This commit is contained in:
+7
-1
@@ -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]
|
||||
####
|
||||
|
||||
Reference in New Issue
Block a user