Skip to content

Commit 5b62862

Browse files
Merge pull request #11 from OmniCloudOrg/CPI-Final
Final CPI rewrite
2 parents b67d8f7 + c442cc6 commit 5b62862

26 files changed

+4064
-4532
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,6 @@ server.log
55
server.log
66
Extensions/virtualbox_extension.dll
77
/Extensions
8+
/Extensions
9+
/plugins
10+
*.glue

Cargo.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ derive_more = { version = "2.0.1", features = ["full"] }
1010
serde = { version = "1.0.219", features = ["derive"] }
1111
serde_json = "1.0.140"
1212
tempfile = "3.20.0"
13-
tokio = { version = "1.45.1", features = ["macros", "parking_lot", "rt", "rt-multi-thread"] }
13+
tokio = { version = "1.45.1", features = ["macros", "parking_lot", "rt", "rt-multi-thread", "process"] }
1414
chrono = "0.4.41"
1515
debug_print = "1.0.0"
1616
ez_logging = "0.1.4"
@@ -30,6 +30,11 @@ ssh2 = { version = "0.9.5" }
3030
libloading = { version = "0.8.8" }
3131
lib_cpi = "0.5.0"
3232
dirs = "6.0.0"
33+
async-trait = "0.1.88"
34+
warp = "0.3.7"
35+
uuid = "1.4.0"
36+
tracing = "0.1.41"
37+
futures = "0.3.30"
3338

3439
[profile.dev]
3540
codegen-units = 32
-568 KB
Binary file not shown.

0 commit comments

Comments
 (0)