File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " lucidshell"
3- version = " 0.1.0 "
4- edition = " 2025 "
3+ version = " 0.1.4 "
4+ edition = " 2021 "
55authors = [" CPScript" ]
66description = " White-Hat Security Shell with Sandboxing & Authorization"
7- license = " GPL-3.0"
7+ license = " GPL-3.0"
88
99[dependencies ]
1010clap = { version = " 4.5" , features = [" derive" ] }
@@ -14,6 +14,7 @@ sha2 = "0.10"
1414chrono = { version = " 0.4" , features = [" serde" ] }
1515uuid = { version = " 1.10" , features = [" v4" , " serde" ] }
1616hex = " 0.4"
17+ reqwest = { version = " 0.11" , features = [" blocking" ] }
1718
1819[target .'cfg(windows)' .dependencies ]
1920winapi = { 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 ]
You can’t perform that action at this time.
0 commit comments