Skip to content

Commit dad0c22

Browse files
committed
refactor(toml): Replace string manipulation with toml for dynamic parts
1 parent 16928a6 commit dad0c22

7 files changed

Lines changed: 489 additions & 221 deletions

Cargo.lock

Lines changed: 170 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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ derive_more = { version = "2.0.1", features = ["debug"] }
2121
hashbrown = "0.16.0"
2222
insta = "1.43.2"
2323
serde = { version = "1.0", features = ["derive"] }
24-
serde_json = "1.0"
24+
toml = "0.9"
2525
wit-bindgen = "0.46.0"
2626
wit-bindgen-rust = "0.46.0"
2727
wit-parser = "0.239.0"

workflow/deployer-workflow/impl-flyio/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ crate-type = ["cdylib"]
1414
anyhow.workspace = true
1515
const_format.workspace = true
1616
hashbrown.workspace = true
17+
toml.workspace = true
1718
wit-bindgen.workspace = true
1819

1920
[build-dependencies]

0 commit comments

Comments
 (0)