Skip to content

Commit db69996

Browse files
committed
Migrate tedge connect related commands
1 parent ad33ba1 commit db69996

File tree

16 files changed

+559
-533
lines changed

16 files changed

+559
-533
lines changed

Cargo.lock

+11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ assert_cmd = "2.0"
7878
assert_matches = "1.5"
7979
async-compat = "0.2.1"
8080
async-log = "2.0"
81+
async-tempfile = "0.7"
8182
async-trait = "0.1"
8283
async-tungstenite = { version = "0.28", features = [
8384
"tokio-runtime",

crates/common/tedge_utils/Cargo.toml

+2
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,14 @@ timestamp = ["strum", "time", "serde", "serde_json"]
1818

1919
[dependencies]
2020
anyhow = { workspace = true }
21+
async-tempfile = { workspace = true }
2122
doku = { workspace = true }
2223
futures = { workspace = true }
2324
mqtt_channel = { workspace = true }
2425
nix = { workspace = true }
2526
notify = { workspace = true, optional = true }
2627
notify-debouncer-full = { workspace = true, optional = true }
28+
pin-project = { workspace = true }
2729
serde = { workspace = true, optional = true }
2830
serde_json = { workspace = true, optional = true }
2931
strum = { workspace = true, optional = true, features = ["derive"] }

0 commit comments

Comments
 (0)