Skip to content

Commit 779438d

Browse files
authored
Update package version and edition in Cargo.toml
1 parent e2de54e commit 779438d

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

core/Cargo.toml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[package]
22
name = "lucidshell"
3-
version = "0.1.0"
4-
edition = "2025"
3+
version = "0.1.4"
4+
edition = "2021"
55
authors = ["CPScript"]
66
description = "White-Hat Security Shell with Sandboxing & Authorization"
7-
license = "GPL-3.0"
7+
license = " GPL-3.0"
88

99
[dependencies]
1010
clap = { version = "4.5", features = ["derive"] }
@@ -14,6 +14,7 @@ sha2 = "0.10"
1414
chrono = { version = "0.4", features = ["serde"] }
1515
uuid = { version = "1.10", features = ["v4", "serde"] }
1616
hex = "0.4"
17+
reqwest = { version = "0.11", features = ["blocking"] }
1718

1819
[target.'cfg(windows)'.dependencies]
1920
winapi = { version = "0.3", features = [
@@ -24,6 +25,8 @@ winapi = { version = "0.3", features = [
2425
"securitybaseapi",
2526
"tlhelp32",
2627
"synchapi",
28+
"aclapi",
29+
"winbase",
2730
] }
2831

2932
[profile.release]

0 commit comments

Comments
 (0)