Skip to content

Commit 59247b9

Browse files
committed
type+form
1 parent 4c1031b commit 59247b9

17 files changed

Lines changed: 2685 additions & 13 deletions

Cargo.lock

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ typify = { version = "0.5.0" }
5858
url = "2.5.7"
5959
unicode-ident = "1.0.22"
6060
uuid = { version = "1.19.0", features = ["serde", "v4"] }
61+
assert_matches = "1.5.0"
6162

6263
#[patch."https://github.com/oxidecomputer/typify"]
6364
#typify = { path = "../typify/typify" }

progenitor-client/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,6 @@ serde_json = { workspace = true }
1616
serde_urlencoded = { workspace = true }
1717

1818
[dev-dependencies]
19+
assert_matches = { workspace = true }
1920
url = { workspace = true }
2021
uuid = { workspace = true }

0 commit comments

Comments
 (0)