Connection With Omikron
This commit is contained in:
parent
5d59947324
commit
ebd5822dd6
10 changed files with 426 additions and 217 deletions
10
Cargo.lock
generated
10
Cargo.lock
generated
|
|
@ -7,6 +7,7 @@ name = "Omega"
|
|||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"aes-gcm",
|
||||
"ansi_term",
|
||||
"async-tungstenite",
|
||||
"axum",
|
||||
"base64 0.22.1",
|
||||
|
|
@ -109,6 +110,15 @@ version = "0.2.21"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
|
||||
|
||||
[[package]]
|
||||
name = "ansi_term"
|
||||
version = "0.12.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
|
||||
dependencies = [
|
||||
"winapi",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "arbitrary"
|
||||
version = "1.4.2"
|
||||
|
|
|
|||
Loading…
Reference in a new issue