Skip to content

Commit c164087

Browse files
authored
Update Cargo.toml for Rust edition and license
1 parent cffbc21 commit c164087

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

core/Cargo.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[package]
22
name = "lucidshell"
33
version = "0.1.4"
4-
edition = "2021"
4+
edition = "2025"
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"] }
@@ -25,7 +25,11 @@ winapi = { version = "0.3", features = [
2525
"securitybaseapi",
2626
"tlhelp32",
2727
"synchapi",
28+
"guiddef",
29+
"iphlpapi",
30+
"winerror",
2831
"aclapi",
32+
"accctrl",
2933
"winbase",
3034
] }
3135

0 commit comments

Comments
 (0)