Inital Commit (Errors, I need to move through devices)
Signed-off-by: Alex Emmet <111742636+Alex-Emmet@users.noreply.github.com>
This commit is contained in:
parent
f79bc82153
commit
044eeb67a6
23 changed files with 5687 additions and 7 deletions
43
Cargo.toml
Normal file
43
Cargo.toml
Normal file
|
|
@ -0,0 +1,43 @@
|
|||
[package]
|
||||
name = "Omikron"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
tokio = { version = "*", features = ["full"] }
|
||||
tokio-tungstenite = "*"
|
||||
tokio-util = { version = "*", features = ["full"] }
|
||||
hyper = { version = "*", features = ["full"] }
|
||||
futures-util = "*"
|
||||
http = "*"
|
||||
tungstenite = "*"
|
||||
tokio_websocket_server = "0.1.0"
|
||||
tracing = "*"
|
||||
tracing-subscriber = "*"
|
||||
uuid = "*"
|
||||
axum = "*"
|
||||
json = "*"
|
||||
reqwest = "*"
|
||||
hex = "*"
|
||||
rustls = { version = "*", default-features = false, features = ["ring"] }
|
||||
cmake = "*"
|
||||
walkdir = "2.5.0"
|
||||
sysinfo = "0.30"
|
||||
serde = { version = "1.0.219", features = ["derive"] }
|
||||
bytes = "*"
|
||||
crossterm = "*"
|
||||
sys-info = "*"
|
||||
rand = "0.8"
|
||||
rand_core = { version = "0.6", features = ["getrandom", "std"] }
|
||||
base64 = "0.22.1"
|
||||
once_cell = "1.21.3"
|
||||
x448 = { version = "*" }
|
||||
x509 = "*"
|
||||
sha2 = "*"
|
||||
der = "*"
|
||||
pkcs8 = { version = "*", features = ["alloc"] }
|
||||
futures = "*"
|
||||
dashmap = "*"
|
||||
warp = { version = "*" }
|
||||
chrono = "*"
|
||||
tokio-stream = "*"
|
||||
Loading…
Reference in a new issue