mirror of
https://github.com/moghtech/komodo.git
synced 2026-05-03 19:10:16 -05:00
v0.1.10 make default --network host
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "monitor_periphery"
|
||||
version = "0.1.9"
|
||||
version = "0.1.10"
|
||||
edition = "2021"
|
||||
authors = ["MoghTech"]
|
||||
description = "monitor periphery binary | run monitor periphery as system daemon"
|
||||
@@ -15,8 +15,8 @@ path = "src/main.rs"
|
||||
[dependencies]
|
||||
# helpers = { package = "monitor_helpers", path = "../lib/helpers" }
|
||||
# types = { package = "monitor_types", path = "../lib/types" }
|
||||
helpers = { package = "monitor_helpers", version = "0.1.9" }
|
||||
types = { package = "monitor_types", version = "0.1.9" }
|
||||
helpers = { package = "monitor_helpers", version = "0.1.10" }
|
||||
types = { package = "monitor_types", version = "0.1.10" }
|
||||
run_command = { version = "0.0.5", features = ["async_tokio"] }
|
||||
async_timing_util = "0.1.14"
|
||||
tokio = { version = "1.24", features = ["full"] }
|
||||
|
||||
Reference in New Issue
Block a user