Skip to content

Commit 1689ca8

Browse files
committed
Update deps
1 parent e2f003a commit 1689ca8

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Cargo.lock

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

crates/vulcan-dhcpc/Cargo.toml

+5-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,9 @@ version = "0.0.1"
44
edition = "2021"
55

66
[dependencies]
7+
thiserror = { workspace = true }
78
dhcp = { path = "../lib-dhcp" }
8-
tokio = { workspace = true }
9+
tokio = { workspace = true }
10+
serde = { workspace = true }
11+
toml = { workspace = true }
12+
clap = { workspace = true }

0 commit comments

Comments
 (0)