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:
Generated
+4
-4
@@ -3923,18 +3923,17 @@ checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
|
||||
|
||||
[[package]]
|
||||
name = "unshell"
|
||||
version = "0.1.0"
|
||||
version = "0.0.0"
|
||||
dependencies = [
|
||||
"chrono",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"unshell-crypt",
|
||||
"unshell-obfuscate",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "unshell-crypt"
|
||||
version = "0.1.0"
|
||||
version = "0.0.0"
|
||||
dependencies = [
|
||||
"aes",
|
||||
"block-padding 0.4.2",
|
||||
@@ -3948,7 +3947,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "unshell-gui"
|
||||
version = "0.1.0"
|
||||
version = "0.0.0"
|
||||
dependencies = [
|
||||
"chrono",
|
||||
"eframe",
|
||||
@@ -3956,6 +3955,7 @@ dependencies = [
|
||||
"egui-async",
|
||||
"egui_extras",
|
||||
"egui_tiles",
|
||||
"log",
|
||||
"reqwest",
|
||||
"serde",
|
||||
"serde_json",
|
||||
|
||||
+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]
|
||||
####
|
||||
|
||||
+1
-1
@@ -11,7 +11,7 @@ pub use error::{ModuleError, Result};
|
||||
pub use announcement::Announcement;
|
||||
|
||||
// Re-exports
|
||||
pub use unshell_crypt;
|
||||
// pub use unshell_crypt;
|
||||
pub use unshell_obfuscate;
|
||||
|
||||
// pub trait Component {
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
[package]
|
||||
name = "unshell-crypt"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
|
||||
@@ -1,12 +1,7 @@
|
||||
[package]
|
||||
name = "unshell-gui"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
authors = ["ASTATIN3"]
|
||||
include = ["LICENSE-APACHE", "LICENSE-MIT", "**/*.rs", "Cargo.toml"]
|
||||
rust-version = "1.88"
|
||||
|
||||
[lib]
|
||||
crate-type = ["cdylib"]
|
||||
|
||||
@@ -18,7 +13,7 @@ targets = [
|
||||
]
|
||||
|
||||
[dependencies]
|
||||
unshell = {path="../"}
|
||||
unshell = { path="../" }
|
||||
|
||||
# log = "0.4.27"
|
||||
chrono = { workspace = true }
|
||||
@@ -26,6 +21,7 @@ serde = { workspace = true }
|
||||
serde_json = { workspace = true }
|
||||
|
||||
reqwest = {version = "0.12.26", features=["json"]}
|
||||
log = "0.4.29"
|
||||
|
||||
# Stuff for app functionality
|
||||
egui = "0.33.0"
|
||||
@@ -44,5 +40,6 @@ egui-async = "0.2.6"
|
||||
|
||||
# Web Stuff
|
||||
wasm-bindgen-futures = "0.4.50"
|
||||
wasm-bindgen = "0.2.106"
|
||||
web-sys = {version = "0.3.70", features = ['Headers', 'Request', 'RequestInit', 'RequestMode', 'Response', 'Window']}
|
||||
wasm-bindgen = "0.2.108"
|
||||
# web-sys = "0.3.85"
|
||||
web-sys = { version = "0.3.85", features = ["Headers", "Request", "RequestInit", "RequestMode", "Response", "Window"] }
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
[package]
|
||||
name = "unshell-server"
|
||||
# version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[features]
|
||||
|
||||
@@ -1,20 +0,0 @@
|
||||
# curl -w '\n' \
|
||||
# -H 'Content-Type: application/json' \
|
||||
# -d '{"username":"foo","password":"bar"}' \
|
||||
# http://localhost:3000/api/auth
|
||||
|
||||
|
||||
|
||||
curl -s \
|
||||
-w '\n' \
|
||||
-H 'Content-Type: application/json' \
|
||||
-H 'Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE3NjQ2NjU1ODMsImlhdCI6MTc2NDYyMjM4MywiZW1haWwiOiJmb28ifQ.NeStaGwWBGS825rF11TOH_e79RWEL_2o3SY9jZ5CX20' \
|
||||
-d "jwbrjwbremnwebrnmwemnrbnmwerbnmwer" \
|
||||
http://localhost:3000/api/test
|
||||
|
||||
|
||||
curl -s \
|
||||
-w '\n' \
|
||||
-H 'Content-Type: application/json' \
|
||||
-H 'Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE3NjQ2NjU1ODMsImlhdCI6MTc2NDYyMjM4MywiZW1haWwiOiJmb28ifQ.NeStaGwWBGS825rF11TOH_e79RWEL_2o3SY9jZ5CX20' \
|
||||
http://localhost:3000/api/test/test2
|
||||
Reference in New Issue
Block a user